OSDN Git Service

1a0ec54c4cb5d8f41122f37343c29d962da88571
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.target / i386 / l_fma_run_double_4.c
1 /* { dg-do run } */
2 /* { dg-prune-output ".*warning: 'sseregparm' attribute ignored.*" } */
3 /* { dg-require-effective-target fma } */
4 /* { dg-options "-O3 -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 "l_fma_4.h"
12
13 #include "fma_run_double_results_4.h"
14
15 #include "fma-check.h"
16 #include "l_fma_main.h"