diff options
author | Szabolcs Nagy <nsz@port70.net> | 2015-03-07 11:00:37 +0100 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2015-03-07 12:05:28 -0500 |
commit | 559de8f5f06da9022cbba70e22e14a710eb74513 (patch) | |
tree | f8980299d0f0a77f4a613c2fc58ada81b789aa66 /arch/sh/bits | |
parent | bd67959f3ad5049c35af0a0e2f8f1a1e60577a49 (diff) | |
download | musl-559de8f5f06da9022cbba70e22e14a710eb74513.tar.gz musl-559de8f5f06da9022cbba70e22e14a710eb74513.tar.xz musl-559de8f5f06da9022cbba70e22e14a710eb74513.zip |
fix FLT_ROUNDS to reflect the current rounding mode
Implemented as a wrapper around fegetround introducing a new function to the ABI: __flt_rounds. (fegetround cannot be used directly from float.h)
Diffstat (limited to 'arch/sh/bits')
-rw-r--r-- | arch/sh/bits/float.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/bits/float.h b/arch/sh/bits/float.h index ec46b94b..c4a655e7 100644 --- a/arch/sh/bits/float.h +++ b/arch/sh/bits/float.h @@ -1,4 +1,3 @@ -#define FLT_ROUNDS 1 #define FLT_EVAL_METHOD 0 #define LDBL_TRUE_MIN 4.94065645841246544177e-324L |