* gcc.target/i386/pr70021.c: Add -mtune=skylake.
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / 3dnowA-2.c
blobc1f2daab6ba5386e03ff8a0096d2f4d200b8c113
1 /* { dg-do assemble } */
2 /* { dg-require-effective-target 3dnow } */
3 /* { dg-options "-O0 -Werror-implicit-function-declaration -march=k8 -m3dnow" } */
4 /* { dg-add-options bind_pic_locally } */
6 /* Test that the intrinsics compile without optimization. All of them are
7 defined as inline functions in mmintrin.h that reference the proper
8 builtin functions. Defining away "extern" and "__inline" results in
9 all of them being compiled as proper functions. */
11 #define extern
12 #define __inline
14 #include <mm3dnow.h>