blob: 5b731941f723b249376d364d2688262bd911c6f5 [file] [log] [blame]
/* PR target/95255 */
/* { dg-do compile } */
/* { dg-options "-O2 -msse2 -mno-sse4.1 -mfpmath=both" } */
double foo (double x)
{
return __builtin_roundeven (x);
}