add missing float.h macros
authorRich Felker <dalias@aerifal.cx>
Sun, 10 Apr 2011 22:27:47 +0000 (18:27 -0400)
committerRich Felker <dalias@aerifal.cx>
Sun, 10 Apr 2011 22:27:47 +0000 (18:27 -0400)
commit196d6437dc69ede78af29d500f8ae8d650a17515
tree9d30f248395498d954b2c5a6f6afe6f2f52914c3
parent2063c4cac27f118c21dcb9352e8a4903131c88c8
add missing float.h macros

actually FLT_ROUNDS needs to expand to a static inline function that
obtains the current rounding mode and returns it, but that will be
added later with fenv.h stuff.
arch/i386/bits/float.h
arch/x86_64/bits/float.h