PR target/80969 - Fix ICE with -mabi=ms -mavx512f, reduce wasted space when realignin...
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / 3dnow-1.c
blobc0800cf1c2600875e20dbd9dc8b1db7f9c803feb
1 /* { dg-do assemble } */
2 /* { dg-require-effective-target 3dnow } */
3 /* { dg-options "-O2 -Werror-implicit-function-declaration -m3dnow" } */
4 /* { dg-add-options bind_pic_locally } */
6 /* Test that the intrinsics compile with 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>