You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So this is hopefully fixed with #1557, but (1) I need to regenerate all of the libraries, (2) verify any other potential breakage, and (3) manage to get in touch with @ABelliqueux in order to republish the regenerated library files.
Describe the bug
The rcos in the Nugget implementation outputs different values than the rcos function in the original PsyQ 32-bit. I am including in this submission:
Both binaries were generated using the same code. They contain a simple for-loop iterating angles from -8192 to 8192 outputting their rcos.
Expected behavior
I would expect the output of both functions to output be the same values given the same input.
Steps to reproduce the bug
Compile and build two projects. One using Nugget with a modern toolchain and one using Windows XP 32-bit original PsyQ.
They run the same code:
Operating System
Windows 11
PCSX-Redux version
This is not emulator-specific.
CPU model
Intel Core i5 8th Gen
GPU model & Drivers
Integrated/On-Board Graphics
BIOS version
OpenBIOS
Options
Iso checks
No response
Logs
No response
Additional information
Hopefully, with both binaries provided, it will be possible to disassemble and see the cosine table offsets and check what is going on.
The text was updated successfully, but these errors were encountered: