about summary refs log tree commit diff
path: root/arch/i386
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2013-05-17 18:38:42 -0400
committerRich Felker <dalias@aerifal.cx>2013-05-17 18:38:42 -0400
commit22730d65608db06500cc6e0be4aaec03238f996b (patch)
treef6f9bc3d4e27e0d9b659dd09f31b8d8ca49186d3 /arch/i386
parentec9f5353b10eb312af391ec799a3eeea5da145a9 (diff)
downloadmusl-22730d65608db06500cc6e0be4aaec03238f996b.tar.gz
musl-22730d65608db06500cc6e0be4aaec03238f996b.tar.xz
musl-22730d65608db06500cc6e0be4aaec03238f996b.zip
add FLT_TRUE_MIN, etc. macros from C11
there was some question as to how many decimal places to use, since
one decimal place is always sufficient to identify the smallest
denormal uniquely. for now, I'm following the example in the C
standard which is consistent with the other min/max macros we already
had in place.
Diffstat (limited to 'arch/i386')
-rw-r--r--arch/i386/bits/float.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/i386/bits/float.h b/arch/i386/bits/float.h
index e18267d3..c356cba9 100644
--- a/arch/i386/bits/float.h
+++ b/arch/i386/bits/float.h
@@ -5,6 +5,7 @@
 #define FLT_EVAL_METHOD 2
 #endif
 
+#define LDBL_TRUE_MIN 3.6451995318824746025e-4951L
 #define LDBL_MIN     3.3621031431120935063e-4932L
 #define LDBL_MAX     1.1897314953572317650e+4932L
 #define LDBL_EPSILON 1.0842021724855044340e-19L