sna/gen4: Cluster ISA
Otherwise we seem to confuse the poor little compiler. This should also make it easier to use CPP to turn off blocks. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
8272d849c0
commit
8cdebf3b72
|
|
@ -54,8 +54,8 @@
|
|||
|
||||
#if defined(__GNUC__) && (__GNUC__ >= 4) /* 4.4 */
|
||||
#define sse2 __attribute__((target("sse2,fpmath=sse+387")))
|
||||
#define sse4_2 __attribute__((target("sse4.2,sse2")))
|
||||
#define avx2 __attribute__((target("avx2,sse4.2,sse2")))
|
||||
#define sse4_2 __attribute__((target("sse4.2,sse2,fpmath=sse+387")))
|
||||
#define avx2 __attribute__((target("avx2,sse4.2,sse2,fpmath=sse+387")))
|
||||
#else
|
||||
#define sse2
|
||||
#define sse4_2
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue