]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/g++.dg/other/i386-3.C
i386-common.c (OPTION_MASK_ISA_RDSEED_SET): New.
[thirdparty/gcc.git] / gcc / testsuite / g++.dg / other / i386-3.C
1 /* { dg-do compile { target i?86-*-* x86_64-*-* } } */
2 /* { dg-options "-O -fkeep-inline-functions -march=k8 -msse4a -m3dnow -mavx -mavx2 -mfma4 -mxop -maes -mpclmul -mpopcnt -mabm -mlzcnt -mbmi -mbmi2 -mtbm -mlwp -mfsgsbase -mrdrnd -mf16c -mfma -mrtm -mrdseed -mprfchw" } */
3
4 /* Test that {,x,e,p,t,s,w,a,b,i}mmintrin.h, mm3dnow.h, fma4intrin.h,
5 xopintrin.h, abmintrin.h, bmiintrin.h, tbmintrin.h, lwpintrin.h,
6 popcntintrin.h, fmaintrin.h and mm_malloc.h are usable with
7 -O -fkeep-inline-functions. */
8
9 #include <x86intrin.h>