Alex Richardson 524b018d20 riscv: Add a soft-float implementation of fabs()
We could just use a C implementation using __builtin_fabs(), but using
this assembly version guarantees that there is no additional prolog/epilog
code. Additionally, clang generates worse code for masking off the top bit
than GCC: https://bugs.llvm.org/show_bug.cgi?id=49377.

This fixes the RISCV64 softfloat world build after cf97d2a1dab8. That commit
added -fno-builtin to the msun tests which resulted in the first references to
fabs (previously the compiler inlined all calls).

Reviewed By:	dim
Reported by:	mjg
Differential Revision: https://reviews.freebsd.org/D28994
2021-03-01 12:53:46 +00:00
..
2021-02-23 00:09:55 +00:00
2020-10-09 19:12:44 +00:00
2020-04-30 22:08:40 +00:00
2020-04-30 22:08:40 +00:00
2021-02-23 20:08:10 +02:00
2020-12-16 09:02:09 +00:00
2020-04-30 22:08:40 +00:00
2021-02-23 20:08:10 +02:00
2021-02-20 08:05:43 +00:00
2019-12-11 17:37:53 +00:00