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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The reason will be displayed to describe this comment to others. Learn more.
I was hoping that the double precision thing would eliminate the need to do special angles.
Maybe a combination could also fix it, but I think a better way is to write our own sin and cos functions and carefully try to match important cases with the real hardware. That will take a lot of work and research though....
2399c5f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the reason that not apply in all games ?
2399c5f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sum2012 the reasons are #13705 and #13671
2399c5f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry,I mean apply special angle and apply double precision
2399c5f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was hoping that the double precision thing would eliminate the need to do special angles.
Maybe a combination could also fix it, but I think a better way is to write our own sin and cos functions and carefully try to match important cases with the real hardware. That will take a lot of work and research though....
2399c5f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok. Let my build to test whether cpu emulation problem belong to special angle nor double precision