]> git.ipfire.org Git - thirdparty/glibc.git/blame - elf/tst-relsort1mod2.c
powerpc: Fix __fesetround_inline_nocheck on POWER9+ (BZ 31682)
[thirdparty/glibc.git] / elf / tst-relsort1mod2.c
CommitLineData
6ee65ed6
UD
1#include <math.h>
2
3int
4foo (double d)
5{
6 return floor (d) != 0.0;
7}