universally apply our cflags (no vsx, no altivec..)
[glibc.git] / debian / testsuite-mips-nan2008.c
1 #include <fpu_control.h>
2
3 int main()
4 {
5 int cw;
6
7 _FPU_GETCW(cw);
8
9 return !((cw & (_FPU_ABS2008 | _FPU_NAN2008)) == _FPU_DEFAULT);
10 }