FP_NOR
if (classify(1.0) != FP_NOR)
#define classify(X) __builtin_fpclassify(FP_NAN,FP_INF,FP_NOR,FP_SUB,FP_ZERO,X)