aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/i386/fma_float_5.c
blob: 2105ae627f0ce7941e9e6373a5d5699e3b76c9a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* { dg-do compile } */
/* { dg-options "-O2 -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_5.h"

/* { dg-final { scan-assembler-times "vfmadd\[132\]+ss" 8  } } */
/* { dg-final { scan-assembler-times "vfmsub\[132\]+ss" 8  } } */
/* { dg-final { scan-assembler-times "vfnmadd\[132\]+ss" 8  } } */
/* { dg-final { scan-assembler-times "vfnmsub\[132\]+ss" 8  } } */