OSDN Git Service

* gcc.target/i386/fma_float_?.c (dg-prune_output): Remove.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.target / i386 / l_fma_run_float_1.c
1 /* { dg-do run } */
2 /* { dg-require-effective-target fma } */
3 /* { dg-options "-O3 -Wno-attributes -mfpmath=sse -mfma" } */
4
5 /* Test that the compiler properly optimizes floating point multiply
6    and add instructions into FMA3 instructions.  */
7
8 #define TYPE float
9
10 #include "l_fma_1.h"
11
12 #include "fma_run_float_results_1.h"
13
14 #include "fma-check.h"
15 #include "l_fma_main.h"