mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 13:38:11 +00:00
![]() `fpu_get` returns a long double and `fpu_set` expects a long double as its parameter, and the X87 FPU uses long doubles as its internal storage, meaning the `FABS` operates on them. This means the correct intrinsic function for implementing it is `__builtin_fabsl`. |
||
---|---|---|
.. | ||
HackStudio | ||
Inspector | ||
IPCCompiler | ||
Playground | ||
Profiler | ||
StateMachineGenerator | ||
UserspaceEmulator | ||
CMakeLists.txt |