* config/i386/i386.md (paritydi2, paritysi2): New expanders.
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / 3dnow-2.c
blobd9aa7a56420a76be192e76f63621faf61903e7c4
1 /* { dg-do assemble { target i?86-*-* x86_64-*-* } } */
2 /* { dg-options "-O0 -Werror-implicit-function-declaration -m3dnow" } */
4 /* Test that the intrinsics compile without 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>