Commit Graph

5 Commits

Author SHA1 Message Date
Nuh Uh
1168ec140b Update FRES tests to print FPSCR state as well 2026-02-04 00:20:44 -06:00
Nuh Uh
d6d13afad3 Paranoia was fueled, add varying FPSCRs to FRES tests 2026-02-04 00:12:49 -06:00
Nuh Uh
5f9abe472d Attempt to make Aarch64 Fres consistent with x86
This is done by calling a fallback function for large or small register inputs. This, for example, fixes NI not being checked, among other things if I remember correctly
2026-01-31 00:18:15 -06:00
Martino Fontana
a14c88ba67 Remove unused imports
Yellow squiggly lines begone!
Done automatically on .cpp files through `run-clang-tidy`, with manual corrections to the mistakes.
If an import is directly used, but is technically unnecessary since it's recursively imported by something else, it is *not* removed.
The tool doesn't touch .h files, so I did some of them by hand while fixing errors due to old recursive imports.
Not everything is removed, but the cleanup should be substantial enough.
Because this done on Linux, code that isn't used on it is mostly untouched.
(Hopefully no open PR is depending on these imports...)
2026-01-25 16:12:15 +01:00
JosJuice
75666604a2 Jit64: Add fres unit test 2026-01-18 11:21:35 +01:00