PR/61062 Fix arm_neon.h ZIP/UZP/TRN for bigendian.
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / 3dnowA-1.c
blobe502dc98fbe45af3d78af09d38a34ef25c18079c
1 /* { dg-do assemble } */
2 /* { dg-require-effective-target 3dnow } */
3 /* { dg-options "-O2 -Werror-implicit-function-declaration -march=k8 -m3dnow" } */
5 /* Test that the intrinsics compile with optimization. All of them are
6 defined as inline functions in mmintrin.h that reference the proper
7 builtin functions. Defining away "extern" and "__inline" results in
8 all of them being compiled as proper functions. */
10 #define extern
11 #define __inline
13 #include <mm3dnow.h>