OSDN Git Service

Add NIOS2 support. Code from SourceyG++.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.target / i386 / sse-12.c
1 /* Test that {,x,e,p,t,s,w,a,b,i}mmintrin.h, xopintrin.h, mm3dnow.h,
2    abmintrin.h, lwpintrin.h, popcntintrin.h and mm_malloc.h are usable
3    with -O -std=c89 -pedantic-errors.  */
4 /* { dg-do compile } */
5 /* { dg-options "-O -std=c89 -pedantic-errors -march=k8 -m3dnow -mavx -mfma4 -mxop -maes -mpclmul -mpopcnt -mabm -mlwp" } */
6
7 #include <x86intrin.h>
8
9 int dummy;