summaryrefslogtreecommitdiffstats
path: root/gcc/testsuite/gcc.dg/i386-sse-12.c
blob: 83cc91588cff43c92bea219842525552f2adf355 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* Test that {,x,e,p}mmintrin.h and mm_malloc.h are
   usable with -std=c89 -pedantic-errors.  */
/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
/* { dg-options "-std=c89 -pedantic-errors -msse3" } */

#include <mmintrin.h>
#include <xmmintrin.h>
#include <emmintrin.h>
#include <pmmintrin.h>
#include <mm_malloc.h>

int dummy;
OpenPOWER on IntegriCloud