OSDN Git Service

Add support for BMI.
[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    fma4intrin.h, abmintrin.h, bmiintrin.h, lwpintrin.h,
3    popcntintrin.h and mm_malloc.h are usable
4    with -O -std=c89 -pedantic-errors.  */
5 /* { dg-do compile } */
6 /* { dg-options "-O -std=c89 -pedantic-errors -march=k8 -m3dnow -mavx -mfma4 -mxop -maes -mpclmul -mpopcnt -mabm -mbmi -mlwp -mfsgsbase -mrdrnd -mf16c" } */
7
8 #include <x86intrin.h>
9
10 int dummy;