aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/i386/avx-3.c
blob: 6a180fa883e05f5d4dc7f12857420778b936fc39 (plain)
1
2
3
4
5
6
7
8
9
/* { dg-do compile } */
/* { dg-require-effective-target dfp } */
/* { dg-options "-O2 -mavx -std=gnu99" } */

_Decimal128
foo128 (_Decimal128 z)
{
  return z + 1.0dl;
}