HomeFreeBSD

Fix fabs(3) for powerpcspe, this time for real

Description

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.

Details

Provenance
jhibbitsAuthored on
Parents
rS336738: Disable OFED for RISC-V: it does not build.
Branches
Unknown
Tags
Unknown