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

Help the compiler vectorize adjacent_difference #4958

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Commits on Sep 14, 2024

  1. benchmark

    AlexGuteniev committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    85a67ec View commit details
    Browse the repository at this point in the history
  2. test coverage

    AlexGuteniev committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    b0bab69 View commit details
    Browse the repository at this point in the history
  3. the optimization

    AlexGuteniev committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    eb0cf5a View commit details
    Browse the repository at this point in the history
  4. You shall pass!

    AlexGuteniev committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    eed039f View commit details
    Browse the repository at this point in the history
  5. constexpr

    AlexGuteniev committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    bc92d54 View commit details
    Browse the repository at this point in the history
  6. ADL

    AlexGuteniev committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    fd51080 View commit details
    Browse the repository at this point in the history
  7. rvalue

    AlexGuteniev committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    3db07e7 View commit details
    Browse the repository at this point in the history
  8. Review comments

    AlexGuteniev committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    53a60d4 View commit details
    Browse the repository at this point in the history
  9. types

    AlexGuteniev committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    51595a3 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Pointer math

    AlexGuteniev committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    99e6058 View commit details
    Browse the repository at this point in the history