Tim Schumacher
89f9454785
LibC: Actually set the FPU environment instead of its pointer
2022-04-29 22:01:06 +02:00
Tim Schumacher
8eb886f069
LibC: Don't handle pending exceptions when reading FPU status
2022-04-26 15:02:56 +02:00
Idan Horowitz
086969277e
Everywhere: Run clang-format
2022-04-01 21:24:45 +01:00
mjz19910
10ec98dd38
Everywhere: Fix spelling mistakes
2022-01-07 15:44:42 +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