Update concepts branch to revision 131834
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / 3dnowA-1.c
blob6d4f32532bcff0c376d6bfd4accc9e41a9b67c2a
1 /* { dg-do assemble } */
2 /* { dg-options "-O2 -Werror-implicit-function-declaration -march=k8 -m3dnow" } */
4 /* Test that the intrinsics compile with optimization. All of them are
5 defined as inline functions in mmintrin.h that reference the proper
6 builtin functions. Defining away "extern" and "__inline" results in
7 all of them being compiled as proper functions. */
9 #define extern
10 #define __inline
12 #include <mm3dnow.h>