blob: 4a314e842c6f6fd167db3ee0a6380806170b6dac (
plain)
1
2
3
4
5
6
7
8
9
|
/* Test that {,x,e,p,t,s,w,a,b,i}mmintrin.h, xopintrin.h, mm3dnow.h,
abmintrin.h and mm_malloc.h are usable with -O -std=c89
-pedantic-errors. */
/* { dg-do compile } */
/* { dg-options "-O -std=c89 -pedantic-errors -march=k8 -m3dnow -mavx -mfma4 -mxop -maes -mpclmul -mabm" } */
#include <x86intrin.h>
int dummy;
|