PR target/80969 - Fix ICE with -mabi=ms -mavx512f, reduce wasted space when realignin...
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / fma_run_float_3.c
blobb206a0775d2da00ee6b7e5e8864b31c901508e51
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 "fma_3.h"
12 #include "fma_run_float_results_3.h"
14 #include "fma-check.h"
15 #include "fma_main.h"