1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-25 15:55:07 +00:00
serenity/Userland/Libraries/LibC/arch
Tom Finet 900ec37f81 LibC: Separate arch dependent fenv functions
Remove all functions with platform #if's from fenv, and
add arch dependent implementations instead. The build
system now selects the implementation based on the platform.
2024-01-22 20:06:09 -07:00
..
aarch64 LibC: Separate arch dependent fenv functions 2024-01-22 20:06:09 -07:00
riscv64 LibC: Separate arch dependent fenv functions 2024-01-22 20:06:09 -07:00
x86_64 LibC: Separate arch dependent fenv functions 2024-01-22 20:06:09 -07:00