freebsd-dev/lib/msun/arm
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
..
fenv.c Don't inline fenv.h functions on arm for now. Inlining makes sense: 2012-01-20 06:54:30 +00:00
fenv.h Don't inline fenv.h functions on arm for now. Inlining makes sense: 2012-01-20 06:54:30 +00:00
Makefile.inc Add an implementation of fenv.h intended for platforms that lack an FPU and 2012-01-16 04:09:17 +00:00
Symbol.map Don't inline fenv.h functions on arm for now. Inlining makes sense: 2012-01-20 06:54:30 +00:00