forked from KryptonCaptain/Et-Futurum
-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove duplicate fastinvsqrt, use regular invsqrt too
Oops, didn't realize there was a duplicate lol Also turns out fastinvsqrt is actually NOT faster, so I removed it. It's only faster on ancient computers, meaning anything newer than 1999 :kek: This should ACTUALLY optimize invsqrt funcs... which is basically just used by geodes lol
- Loading branch information
1 parent
8b89222
commit 0e29c2a
Showing
2 changed files
with
9 additions
and
28 deletions.
There are no files selected for viewing
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
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