mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-21 05:43:09 +00:00
86c2982568
This refreshes the line numbers, removes any fuzz (which would make any future forward ports easier) and standardizes the patch/file headers (which makes them easier to read). Signed-off-by: Alexey Neyman <stilor@att.net>
17 lines
433 B
Diff
17 lines
433 B
Diff
---
|
|
sysdeps/ieee754/ldbl-128ibm/math_ldbl.h | 3 +++
|
|
1 file changed, 3 insertions(+)
|
|
|
|
--- a/sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
|
|
+++ b/sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
|
|
@@ -149,6 +149,9 @@
|
|
# define ldbl_unpack default_ldbl_unpack
|
|
#endif
|
|
|
|
+/* Extract high double. */
|
|
+#define ldbl_high(x) ((double) x)
|
|
+
|
|
/* Convert a finite long double to canonical form.
|
|
Does not handle +/-Inf properly. */
|
|
static inline void
|