blob: 1c0456dbad806f8c24d95a5cfd5336a4ae2f2cef [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 double
#include "fma_4.h"
#include "fma_run_double_results_4.h"
#include "fma-check.h"
#include "fma_main.h"