This commit was manufactured by cvs2svn to create branch
[official-gcc.git] / gcc / testsuite / gcc.dg / i386-3dnowA-1.c
blob2ae1a04d5cbbd1b1da4e3b79e9cc59bc0ffcd1db
1 /* { dg-do assemble { target i?86-*-* } } */
2 /* { dg-options "-O2 -Werror-implicit-function-declaration -m3dnow -march=athlon" } */
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 "static" and "__inline" results in
7 all of them being compiled as proper functions. */
9 #define static
10 #define __inline
12 #include <mm3dnow.h>