2015-12-10 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / fma_run_double_6.c
blob32e51bf3197935bf7582d68bfde3bd096a4eecca
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 "fma_6.h"
12 #include "fma_run_double_results_6.h"
14 #include "fma-check.h"
15 #include "fma_main.h"