blob: 377370b8904cb40b83d18beea663f0f195d59e6f [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 "l_fma_4.h"
#include "fma_run_float_results_4.h"
#include "fma-check.h"
#include "l_fma_main.h"