aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/i386/sse-12.c
blob: ef153b2ae85d1773872acae8541f42f9d20eacc5 (plain)
1
2
3
4
5
6
7
8
9
10
/* Test that {,x,e,p,t,s,a}mmintrin.h, mm3dnow.h and mm_malloc.h are
   usable with -O -std=c89 -pedantic-errors.  */
/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
/* { dg-options "-O -std=c89 -pedantic-errors -march=k8 -m3dnow -msse4.1 -msse4a" } */

#include <ammintrin.h>
#include <smmintrin.h>
#include <mm3dnow.h>

int dummy;