aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/i386/pr95255.c
blob: 5b731941f723b249376d364d2688262bd911c6f5 (plain)
1
2
3
4
5
6
7
8
/* PR target/95255 */
/* { dg-do compile } */
/* { dg-options "-O2 -msse2 -mno-sse4.1 -mfpmath=both" } */

double foo (double x)
{
  return __builtin_roundeven (x);
}