aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/i386/fma_float_3.c
blob: 7986ce4ee767d3b991b9f683af7cf7e768e5aa9e (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_3.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  } } */