1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:18:13 +00:00
serenity/Userland/Libraries/LibC/arch/riscv64
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
..
crti.S Everywhere: Add RISC-V 64 target to the build system 2023-08-18 08:37:43 -06:00
crtn.S Everywhere: Add RISC-V 64 target to the build system 2023-08-18 08:37:43 -06:00
fenv.cpp LibC: Separate arch dependent fenv functions 2024-01-22 20:06:09 -07:00
setjmp.S LibC: Pass arguments correctly to sigprocmask in setjmp for riscv64 2024-01-15 14:34:15 +01:00