OSDN Git Service

2008-08-28 Xuepeng Guo <xuepeng.guo@intel.com>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.target / i386 / avx-3.c
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -mavx -std=gnu99" } */
3
4 _Decimal128
5 foo128 (_Decimal128 z)
6 {
7   return z + 1.0dl;
8 }