Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.target / i386 / 3dnowA-1.c
blob80209b00c29e8497cd160e1a3692a5cea7c4a5a1
1 /* { dg-do assemble { target i?86-*-* x86_64-*-* } } */
2 /* { dg-require-effective-target ilp32 } */
3 /* { dg-options "-O2 -Werror-implicit-function-declaration -m3dnow -march=athlon" } */
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 "static" and "__inline" results in
8 all of them being compiled as proper functions. */
10 #define static
11 #define __inline
13 #include <mm3dnow.h>