Page MenuHomeFreeBSD

D35815.1774903541.diff
No OneTemporary

Size
827 B
Referenced Files
None
Subscribers
None

D35815.1774903541.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
@@ -81,16 +81,7 @@
#define __fp_type_select(x, f, d, ld) __extension__ _Generic((x), \
float: f(x), \
double: d(x), \
- long double: ld(x), \
- volatile float: f(x), \
- volatile double: d(x), \
- volatile long double: ld(x), \
- volatile const float: f(x), \
- volatile const double: d(x), \
- volatile const long double: ld(x), \
- const float: f(x), \
- const double: d(x), \
- const long double: ld(x))
+ long double: ld(x))
#elif __GNUC_PREREQ__(3, 1) && !defined(__cplusplus)
#define __fp_type_select(x, f, d, ld) __builtin_choose_expr( \
__builtin_types_compatible_p(__typeof(x), long double), ld(x), \

File Metadata

Mime Type
text/plain
Expires
Mon, Mar 30, 8:45 PM (1 h, 28 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28232064
Default Alt Text
D35815.1774903541.diff (827 B)

Event Timeline