OSDN Git Service

e55c41f6926b5b343902c28dec76755085a2942c
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.target / i386 / fma_run_double_3.c
1 /* { dg-do run } */
2 /* { dg-prune-output ".*warning: 'sseregparm' attribute ignored.*" } */
3 /* { dg-require-effective-target fma } */
4 /* { dg-options "-O3 -mfpmath=sse -mfma" } */
5
6 /* Test that the compiler properly optimizes floating point multiply
7    and add instructions into FMA3 instructions.  */
8
9 #define TYPE double
10
11 #include "fma_3.h"
12
13 #include "fma_run_double_results_3.h"
14
15 #include "fma-check.h"
16 #include "fma_main.h"