8c3a2d2e636a96b31d8079088287d3d64568f49c
[gcc.git] / gcc / testsuite / gcc.target / i386 / sse-14.c
1 /* { dg-do compile } */
2 /* { dg-options "-O0 -msse4.1 -msse4a" } */
3
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. */
8
9 #define static
10 #define __inline
11
12 #include <ammintrin.h>
13 #include <smmintrin.h>