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-06-18 13:56:33 +00:00
2012-01-16 06:15:14 +00:00
2012-01-09 06:36:28 +00:00
2012-01-15 20:14:52 +00:00
2011-07-10 06:57:00 +00:00
2011-12-23 02:13:42 +00:00
2012-01-03 07:14:01 +00:00