@ -27,7 +27,7 @@ __attribute__((optimize("-fno-fast-math")))
|
|||||||
#endif
|
#endif
|
||||||
static inline bool
|
static inline bool
|
||||||
safe_isnan(double a) {
|
safe_isnan(double a) {
|
||||||
return isnan(a);
|
return __builtin_isnan(a);
|
||||||
}
|
}
|
||||||
|
|
||||||
#define CASESTRRET(s) \
|
#define CASESTRRET(s) \
|
||||||
|
Reference in New Issue
Block a user