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

Add countLeadingZeros #2226

Merged
merged 10 commits into from
Jan 31, 2023
Merged

Add countLeadingZeros #2226

merged 10 commits into from
Jan 31, 2023

Commits on Jan 31, 2023

  1. Add countLeadingZeros

    evahop authored and teoxoy committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    9740935 View commit details
    Browse the repository at this point in the history
  2. [glsl-out] Bake countLeadingZeros

    evahop authored and teoxoy committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    e96edf5 View commit details
    Browse the repository at this point in the history
  3. [hlsl-out] Bake countLeadingZeros

    evahop authored and teoxoy committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    727c06e View commit details
    Browse the repository at this point in the history
  4. [hlsl-out] Update Baked expressions

    evahop authored and teoxoy committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    4a50966 View commit details
    Browse the repository at this point in the history
  5. Remove unnecessary bake for sints

    evahop authored and teoxoy committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    d965210 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1e08de3 View commit details
    Browse the repository at this point in the history
  7. Don't check negatives when uint

    evahop authored and teoxoy committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    c49fe99 View commit details
    Browse the repository at this point in the history
  8. Perform the type conv after mix

    evahop authored and teoxoy committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    05f2649 View commit details
    Browse the repository at this point in the history
  9. use log2

    teoxoy committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    254e806 View commit details
    Browse the repository at this point in the history
  10. fix clippy lints

    teoxoy committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    c66ddba View commit details
    Browse the repository at this point in the history