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:
Chris Wilson 2013-02-26 11:06:45 +00:00
parent 8272d849c0
commit 8cdebf3b72
2 changed files with 970 additions and 963 deletions

View File

@ -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