Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F101888882
D35815.id108156.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
862 B
Referenced Files
None
Subscribers
None
D35815.id108156.diff
View Options
Index: lib/msun/src/math.h
===================================================================
--- lib/msun/src/math.h
+++ 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
Details
Attached
Mime Type
text/plain
Expires
Wed, Nov 6, 6:02 AM (7 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14478783
Default Alt Text
D35815.id108156.diff (862 B)
Attached To
Mode
D35815: Remove unnecessary const and volatile qualifiers from __fp_type_select()
Attached
Detach File
Event Timeline
Log In to Comment