1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 02:38:13 +00:00
serenity/Userland/DevTools
Hendiadyoin1 45d0f84a27 UserspaceEmulator: Implement SoftFPU instructions
This implements almost all instructions related to the FPU, including
all MMX instructions as well.
A lot of these were copied and adjusted from the SoftCPU implementation.

The next big milestone would be QNan detection and ShadowValue handling.
2021-07-22 23:33:21 +02:00
..
HackStudio Userland: Use /proc/kernel_base to determine the kernel base address 2021-07-22 21:38:23 +02:00
Inspector Userland: Add GUI::Window::add_menu() and use it everywhere 2021-07-21 21:24:26 +02:00
IPCCompiler IPCCompiler: Use GENERATE_DEBUG from AK/Debug instead of custom defines 2021-07-12 12:26:52 +02:00
Playground Userland: Add GUI::Window::add_menu() and use it everywhere 2021-07-21 21:24:26 +02:00
Profiler Userland: Use /proc/kernel_base to determine the kernel base address 2021-07-22 21:38:23 +02:00
StateMachineGenerator Userland: Change typedef to using directive 2021-05-21 10:07:22 +01:00
UserspaceEmulator UserspaceEmulator: Implement SoftFPU instructions 2021-07-22 23:33:21 +02:00
CMakeLists.txt Userland: Disable Hackstudio and UE on x86_64 2021-06-30 19:05:51 +02:00