Page MenuHomeFreeBSD

D45655.diff
No OneTemporary

D45655.diff

diff --git a/lib/msun/src/math.h b/lib/msun/src/math.h
--- a/lib/msun/src/math.h
+++ b/lib/msun/src/math.h
@@ -31,13 +31,8 @@
float __uf;
} __nan;
-#if __GNUC_PREREQ__(3, 3)
#define __MATH_BUILTIN_CONSTANTS
-#endif
-
-#if __GNUC_PREREQ__(3, 0)
#define __MATH_BUILTIN_RELOPS
-#endif
#ifdef __MATH_BUILTIN_CONSTANTS
#define HUGE_VAL __builtin_huge_val()
@@ -79,7 +74,7 @@
float: f, \
double: d, \
long double: ld)(x)
-#elif __GNUC_PREREQ__(3, 1) && !defined(__cplusplus)
+#elif !defined(__cplusplus)
#define __fp_type_select(x, f, d, ld) __builtin_choose_expr( \
__builtin_types_compatible_p(__typeof(x), long double), ld(x), \
__builtin_choose_expr( \

File Metadata

Mime Type
text/plain
Expires
Mon, Feb 10, 3:24 PM (7 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16579396
Default Alt Text
D45655.diff (710 B)

Event Timeline