mirror of
https://github.com/opnsense/src.git
synced 2026-03-01 12:51:07 -05:00
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. |
||
|---|---|---|
| .. | ||
| _setjmp.S | ||
| fabs.S | ||
| flt_rounds.c | ||
| fpgetmask.c | ||
| fpgetround.c | ||
| fpgetsticky.c | ||
| fpsetmask.c | ||
| fpsetround.c | ||
| Makefile.inc | ||
| setjmp.S | ||
| sigsetjmp.S | ||