diff options
| author | Kacper <kacper@mail.openlinux.dev> | 2025-12-14 18:10:13 +0100 |
|---|---|---|
| committer | Kacper <kacper@mail.openlinux.dev> | 2025-12-14 19:28:34 +0100 |
| commit | 872cf03f26c2801ae6c3008ce5fa0d7856f5f85d (patch) | |
| tree | 94809812b71ee286eb5b74c70e4d08fc4c8dc057 /lib/libm/fmaf.c | |
| parent | ec769a83bde09c76bd6ad9ee7f391036dba5cd97 (diff) | |
libc: implement err/warn functions
Diffstat (limited to 'lib/libm/fmaf.c')
| -rw-r--r-- | lib/libm/fmaf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libm/fmaf.c b/lib/libm/fmaf.c index b940283d..fb7508a3 100644 --- a/lib/libm/fmaf.c +++ b/lib/libm/fmaf.c @@ -25,6 +25,7 @@ * SUCH DAMAGE. */ +#include "bits/fenv.h" // for FE_INEXACT, FE_UNDERFLOW, FE_TONEAREST #include <fenv.h> // for feraiseexcept, fetestexcept, feclearexcept #include <math.h> // for fmaf |
