Add AMD SSE5 support; Add iterator over function arguments; Add stdarg_p, prototype_p...
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / sse-14.c
blobbb51c20ddccd0c5b67887a76a67343c58baf7c31
1 /* { dg-do compile { target i?86-*-* x86_64-*-* } } */
2 /* { dg-options "-O0 -msse4.1 -msse5" } */
4 /* Test that the intrinsics compile without optimization. All of them are
5 defined as inline functions in {,x,e,p,t,s,a}mmintrin.h that reference
6 the proper builtin functions. Defining away "static" and "__inline"
7 results in all of them being compiled as proper functions. */
9 #define static
10 #define __inline
12 #include <bmmintrin.h>
13 #include <smmintrin.h>