add FLT_TRUE_MIN, etc. macros from C11
authorRich Felker <dalias@aerifal.cx>
Fri, 17 May 2013 22:38:42 +0000 (18:38 -0400)
committerRich Felker <dalias@aerifal.cx>
Fri, 17 May 2013 22:38:42 +0000 (18:38 -0400)
commit22730d65608db06500cc6e0be4aaec03238f996b
treef6f9bc3d4e27e0d9b659dd09f31b8d8ca49186d3
parentec9f5353b10eb312af391ec799a3eeea5da145a9
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.
arch/arm/bits/float.h
arch/i386/bits/float.h
arch/microblaze/bits/float.h
arch/mips/bits/float.h
arch/powerpc/bits/float.h
arch/x86_64/bits/float.h
include/float.h