Dan Klishch
f60a02fc78
LibC: Move architecture detection from fenv.h to arch/fenv.h
...
This is similar to how it is done in sys/arch/regs.h.
2024-05-07 16:39:17 -06:00
kleines Filmröllchen
24af4f1882
LibC: Start on fenv support for RISC-V
...
Co-Authored-By: Sönke Holz <sholz8530@gmail.com >
2024-04-23 19:18:09 -06:00
Idan Horowitz
086969277e
Everywhere: Run clang-format
2022-04-01 21:24:45 +01:00
Brian Gianforcaro
1682f0b760
Everything: Move to SPDX license identifiers in all files.
...
SPDX License Identifiers are a more compact / standardized
way of representing file license information.
See: https://spdx.dev/resources/use/#identifiers
This was done with the `ambr` search and replace tool.
ambr --no-parent-ignore --key-from-file --rep-from-file key.txt rep.txt *
2021-04-22 11:22:27 +02:00
Ben Wiederhake
430e7fb181
LibC: Rename feclearexcept{s,}
...
This will also help with making ports compile again :D
https://github.com/SerenityOS/serenity/pull/5762#issuecomment-798779561
2021-03-14 11:30:38 +01:00
Mițca Dumitru
a13e8d49cf
LibC: Fix typo in fenv.h
...
`FE_TOWARDSZERO` is actually spelled `FE_TOWARDZERO` (without the 'S')
2021-03-04 19:40:40 +01:00
Mițca Dumitru
00ef931f79
LibC: Implement fenv.h
2021-03-01 09:14:26 +01:00