mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 08:13:38 -05:00
bit in a long double. For architectures that don't have such a bit, LDBL_NBIT is 0. This makes it possible to say `mantissa & ~LDBL_NBIT' in places that previously used an #ifdef to select the right expression. The optimizer should dispense with the extra arithmetic when LDBL_NBIT is 0. |
||
|---|---|---|
| .. | ||
| gen | ||
| net | ||
| stdlib | ||
| string | ||
| sys | ||
| _fpmath.h | ||
| arith.h | ||
| Makefile.inc | ||
| SYS.h | ||