Correct some bugs that resulted from arm/_fpmath.h being blindly copied
from the x86 version, which has a completely different long double format. Submitted by: Maks Verver
This commit is contained in:
parent
06f5843056
commit
b2eac838cc
@ -55,9 +55,10 @@ union IEEEl2bits {
|
||||
};
|
||||
|
||||
#define LDBL_NBIT 0
|
||||
#define LDBL_IMPLICIT_NBIT
|
||||
#define mask_nbit_l(u) ((void)0)
|
||||
|
||||
#define LDBL_MANH_SIZE 32
|
||||
#define LDBL_MANH_SIZE 20
|
||||
#define LDBL_MANL_SIZE 32
|
||||
|
||||
#define LDBL_TO_ARRAY32(u, a) do { \
|
||||
|
Loading…
x
Reference in New Issue
Block a user