Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F111562799
D25420.id73881.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
753 B
Referenced Files
None
Subscribers
None
D25420.id73881.diff
View Options
Index: head/lib/libc/riscv/_fpmath.h
===================================================================
--- head/lib/libc/riscv/_fpmath.h
+++ head/lib/libc/riscv/_fpmath.h
@@ -46,19 +46,6 @@
#define LDBL_IMPLICIT_NBIT
#define mask_nbit_l(u) ((void)0)
-#define LDBL_MANH_SIZE 20
-#define LDBL_MANL_SIZE 32
-
-#define LDBL_TO_ARRAY32(u, a) do { \
- (a)[0] = (uint32_t)(u).bits.manl; \
- (a)[1] = (uint32_t)(u).bits.manh; \
-} while(0)
-
-/*
- * TODO: Due to compiler problem we are temporary using
- * LDBL_PREC == 53. Use code below for LDBL_PREC == 113
- */
-#if 0
#define LDBL_MANH_SIZE 48
#define LDBL_MANL_SIZE 64
@@ -68,4 +55,3 @@
(a)[2] = (uint32_t)(u).bits.manh; \
(a)[3] = (uint32_t)((u).bits.manh >> 32); \
} while(0)
-#endif
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 6, 7:38 AM (1 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17010458
Default Alt Text
D25420.id73881.diff (753 B)
Attached To
Mode
D25420: Fix printf(3) output of long doubles on RISC-V
Attached
Detach File
Event Timeline
Log In to Comment