David Schultz 7082a2cf72 Don't inline fenv.h functions on arm for now. Inlining makes sense:
the function bodies require only 2 to 10 instructions.  However, it
leads to application binaries that refer to a private ABI, namely, the
softfloat innards in libc.  This could complicate future changes in
the implementation of the floating-point emulation layer, so it seems
best to have programs refer to the official fe* entry points in libm.
2012-01-20 06:54:30 +00:00
..
2011-12-13 14:53:26 +00:00
2011-11-18 09:56:40 +00:00
2011-09-28 14:52:25 +00:00
2011-12-30 10:45:00 +00:00