1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 11:58:13 +00:00
serenity/Userland/DevTools
Hendiadyoin1 7214b08f81 UserspaceEmulator: Simplify the definition of the FPU register stack
Long doubles are always at least 80 bits wide in memory and it suffices
if we can address these 80 bits, to mark the long double as NAN at the
end of an MMX instruction, so the additional magic using conditional
types is unnecessary.
2021-11-07 22:42:23 +00:00
..
HackStudio Demos+DevTools+Games: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00
Inspector Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
Playground Playground: Ask to save file contents on quit action 2021-09-12 16:30:25 +02:00
Profiler Profiler: Cache parsed DWARF debug information in disassembly view 2021-10-31 16:54:02 +01:00
UserspaceEmulator UserspaceEmulator: Simplify the definition of the FPU register stack 2021-11-07 22:42:23 +00:00
CMakeLists.txt HackStudio: Enable building HackStudio on x86_64 2021-08-02 00:57:06 +02:00