summaryrefslogtreecommitdiff
path: root/Userland/DevTools/UserspaceEmulator/SoftFPU.h
AgeCommit message (Expand)Author
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-05-07UserspaceEmulator: Delegate rounding to the actual hardwareHendiadyoin1
2021-11-07UserspaceEmulator: Improve the MMX formatting on environment dumpHendiadyoin1
2021-11-07UserspaceEmulator: Raise an error on FPU stack underflowHendiadyoin1
2021-11-07UserspaceEmulator: Fix typos in SoftFPU.[cpp|h]Hendiadyoin1
2021-11-07UserspaceEmulator: Align FPU-exception names with the manualHendiadyoin1
2021-11-07UserspaceEmulator: Simplify the definition of the FPU register stackHendiadyoin1
2021-11-07UserspaceEmulator: Use unsigned types for logical MMX shiftingHendiadyoin1
2021-09-05Userland: Switch static_assert of type sizes to AK::AssertSizeBrian Gianforcaro
2021-07-22UserspaceEmulator: Sketch out a SoftFPU interfaceHendiadyoin1