freebsd-skq/lib/libc/powerpcspe/gen
jhibbits f104a29c32 Fix fabs(3) for powerpcspe, this time for real
SPE ABI uses the soft-float ABI, which splits doubles into two words.  As such,
fabs(3) cannot work on a double directly.  It's too costly to convert the
argument pair into a single double to use efdabs, so clear the top bit of the
high word, which is the sign bit.
2018-07-26 14:42:20 +00:00
..
_setjmp.S
fabs.S Fix fabs(3) for powerpcspe, this time for real 2018-07-26 14:42:20 +00:00
flt_rounds.c
fpgetmask.c Fix floating point exception definitions for powerpcspe 2018-07-24 22:04:56 +00:00
fpgetround.c
fpgetsticky.c
fpsetmask.c Fix floating point exception definitions for powerpcspe 2018-07-24 22:04:56 +00:00
fpsetround.c
Makefile.inc
setjmp.S Fix a copy&paste-o causing a segfault with sigsetjmp. 2016-10-29 01:22:55 +00:00
sigsetjmp.S Fix a copy&paste-o causing a segfault with sigsetjmp. 2016-10-29 01:22:55 +00:00