Skip to content
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 9 commits into from
Jan 7, 2022
Merged

Commits on Dec 18, 2021

  1. Configuration menu
    Copy the full SHA
    69e7844 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2021

  1. Configuration menu
    Copy the full SHA
    732836b View commit details
    Browse the repository at this point in the history
  2. 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.
    abadams committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    47c52e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49cfb4e View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2022

  1. Configuration menu
    Copy the full SHA
    8824b22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2496595 View commit details
    Browse the repository at this point in the history
  3. Enable new rules

    abadams committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    9fbf7c3 View commit details
    Browse the repository at this point in the history
  4. Revert test

    abadams committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    7fbe293 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2022

  1. Configuration menu
    Copy the full SHA
    c18a028 View commit details
    Browse the repository at this point in the history