DEBSOURCES
Skip Quicknav
sources / glibc / 2.41-12 / debian / testsuite-mips-nan2008.c
12345678910
#include <fpu_control.h> int main() { int cw; _FPU_GETCW(cw); return !((cw & (_FPU_ABS2008 | _FPU_NAN2008)) == _FPU_DEFAULT); }