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 GCC >=15 __builtin_stdc_rotate_left suppor to rotl #976

Merged
merged 1 commit into from
Nov 3, 2024

Commits on Oct 30, 2024

  1. add GCC >=15 __builtin_stdc_rotate_left suppor to rotl

    GCC does not support the clang builtins but does have
    type generic, type-checking __builtin_stdc_rotate_left.
    
    The only advantage of this is that the builtin evaluates the arguments
    only once.
    crrodriguez committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    a870068 View commit details
    Browse the repository at this point in the history