summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/fenv.cpp
AgeCommit message (Expand)Author
2023-04-14Everywhere: Use ARCH(AARCH64) instead of AK_ARCH_AARCH64Nico Weber
2022-12-30LibC: Mark fenv-family function arguments as used on aarch64kleines Filmröllchen
2022-10-14AK+Userland: Stub out code that isn't currently implemented on AARCH64Gunnar Beutner
2022-04-29LibC: Actually set the FPU environment instead of its pointerTim Schumacher
2022-04-26LibC: Don't handle pending exceptions when reading FPU statusTim Schumacher
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-01-07Everywhere: Fix spelling mistakesmjz19910
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-14LibC: Rename feclearexcept{s,}Ben Wiederhake
2021-03-04LibC: Fix typo in fenv.hMițca Dumitru
2021-03-01LibC: Implement fenv.hMițca Dumitru