2d8577fb83
- Add alignment-safe double and float unions. - Use the above for the __infinity and __nan constants on all architectures that use the standard ieee754 representation of those constants. - Add a single copy of various ieee754 math functions (frexp, isinf, isnan, ldexp and modf) that had numerous duplicates among the arch-specific directories. - Use the above functions on all architectures where the generic C versions where used. Architectures that had local assembly routines are untouched (for those functions only). |
||
---|---|---|
.. | ||
Makefile.inc | ||
__setjmp14.S | ||
__sigsetjmp14.S | ||
_setjmp.S | ||
alloca.S | ||
byte_swap_2.S | ||
byte_swap_4.S | ||
fabs.S | ||
flt_rounds.c | ||
fpgetmask.c | ||
fpgetround.c | ||
fpgetsticky.c | ||
fpsetmask.c | ||
fpsetround.c | ||
fpsetsticky.c | ||
modf.S | ||
setjmp.S | ||
sigsetjmp.S |