freebsd-dev/lib/libc/powerpcspe
Justin Hibbits 28c20ad06c 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
..
gen Fix fabs(3) for powerpcspe, this time for real 2018-07-26 14:42:20 +00:00
softfloat
sys Reduce code duplication between powerpc and powerpcspe 2016-10-22 21:51:58 +00:00
Makefile.inc Correct an misunderstanding of MDSRCS. 2017-03-02 17:07:28 +00:00