2018-03-08 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / l_fma_run_float_1.c
blob8a046131d0c66f4a38d13656e43f1223a6a593e9
1 /* { dg-do run } */
2 /* { dg-require-effective-target fma } */
3 /* { dg-options "-O3 -Wno-attributes -mfpmath=sse -mfma" } */
5 /* Test that the compiler properly optimizes floating point multiply
6 and add instructions into FMA3 instructions. */
8 #define TYPE float
10 #include "l_fma_1.h"
12 #include "fma_run_float_results_1.h"
14 #include "fma-check.h"
15 #include "l_fma_main.h"