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

SSE2 vectorization for bitset::to_string #3960

Merged
merged 21 commits into from
Jan 30, 2024

Commits on Aug 13, 2023

  1. SSE2 vectorization for bitset::to_string

    Co-authored-by: Alcaro <floating@muncher.se>
    AlexGuteniev and Alcaro committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    9a71e10 View commit details
    Browse the repository at this point in the history
  2. formatting

    AlexGuteniev committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    85619d9 View commit details
    Browse the repository at this point in the history
  3. more const

    AlexGuteniev committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    0cea07a View commit details
    Browse the repository at this point in the history
  4. more coverage

    AlexGuteniev committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    ff07ef1 View commit details
    Browse the repository at this point in the history
  5. formatting

    AlexGuteniev committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    f033822 View commit details
    Browse the repository at this point in the history
  6. cheaper populate

    AlexGuteniev committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    89c6a41 View commit details
    Browse the repository at this point in the history
  7. restrict custom types

    AlexGuteniev committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    1f88757 View commit details
    Browse the repository at this point in the history
  8. save byteswap

    AlexGuteniev committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    58828fd View commit details
    Browse the repository at this point in the history
  9. inline, not call

    AlexGuteniev committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    3203ca6 View commit details
    Browse the repository at this point in the history
  10. xor magic

    Co-authored-by: Alcaro <floating@muncher.se>
    AlexGuteniev and Alcaro committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    1404999 View commit details
    Browse the repository at this point in the history
  11. disarm

    AlexGuteniev committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    6700109 View commit details
    Browse the repository at this point in the history
  12. typo

    AlexGuteniev committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    28ce521 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Avoid confusing variable names

    Stop pretending these are meaningful
    AlexGuteniev committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    a4cf00e View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. Configuration menu
    Copy the full SHA
    bdc0d81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    982111e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    400059c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6029087 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e5546ed View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    503ee08 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a858916 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7743edf View commit details
    Browse the repository at this point in the history