blob: f1d3c3a6b44bba496bccd88c95c15d6c2622a07d [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 "l_fma_1.h"
#include "fma_run_double_results_1.h"
#include "fma-check.h"
#include "l_fma_main.h"