blob: 18177520ac9fbd8bb8fb28cc08b94896f1d0a07d [file] [log] [blame]
/* { dg-do run } */
/* { dg-require-effective-target fma } */
/* { dg-options "-O3 -Wno-attributes -mfpmath=sse -mfma" } */
/* Test that the compiler properly optimizes floating point multiply
and add instructions into FMA3 instructions. */
#define TYPE float
#include "fma_2.h"
#include "fma_run_float_results_2.h"
#include "fma-check.h"
#include "fma_main.h"