-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updates GameMath version used. #870
Conversation
Codecov ReportBase: 3.35% // Head: 3.35% // Decreases project coverage by
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## develop #870 +/- ##
==========================================
- Coverage 3.35% 3.35% -0.01%
==========================================
Files 750 753 +3
Lines 71048 71082 +34
Branches 11577 11580 +3
==========================================
Hits 2382 2382
- Misses 68322 68356 +34
Partials 344 344
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Could be maybe merge #867 before, so we can see the perf change? |
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.
Looks OK to me.
Related change: TheAssemblyArmada/GameMath@4d2d815 |
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.
Tested in RelWithDebInfo. Works. Performance is through the roof. On my machine it now runs with 300 FPS where it ran with 50 FPS prior this fix.
Fixes #864.
GameMath has been updated to make use of CPU instructions in some functions.
75a74c1
to
62120ba
Compare
GameMath has been updated to make use of CPU instructions in some functions.