-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Attempted redo of faster noise #6539
Merged
Merged
Commits on Dec 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 69e7844 - Browse repository at this point
Copy the full SHA 69e7844View commit details
Commits on Dec 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 732836b - Browse repository at this point
Copy the full SHA 732836bView commit details -
Add new rewrite rules for quadratics
By pulling constant additions outside of quadratics, we can shave off a few add instructions in the inner loop for random number generation, which uses a quadratic modulo 2^32 I also removed the !overflows predicates, because rules already fail to match if a fold overflows. New rules formally verified.
Configuration menu - View commit details
-
Copy full SHA for 47c52e3 - Browse repository at this point
Copy the full SHA 47c52e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49cfb4e - Browse repository at this point
Copy the full SHA 49cfb4eView commit details
Commits on Jan 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8824b22 - Browse repository at this point
Copy the full SHA 8824b22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2496595 - Browse repository at this point
Copy the full SHA 2496595View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fbf7c3 - Browse repository at this point
Copy the full SHA 9fbf7c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fbe293 - Browse repository at this point
Copy the full SHA 7fbe293View commit details
Commits on Jan 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c18a028 - Browse repository at this point
Copy the full SHA c18a028View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.