* gcc.target/i386/pr70021.c: Add -mtune=skylake.
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / l_fma_run_double_1.c
blobf1d3c3a6b44bba496bccd88c95c15d6c2622a07d
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 double
10 #include "l_fma_1.h"
12 #include "fma_run_double_results_1.h"
14 #include "fma-check.h"
15 #include "l_fma_main.h"