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

perf(simd): avx2 fallback to swar instead of sse4.2 #181

Merged
merged 1 commit into from
Sep 3, 2024

Commits on Sep 2, 2024

  1. perf(simd): avx2 fallack to swar instead of sse4.2

    This has massive implications on the default runtime perf, improving how the code is lowered/inlined. (Falling back to SSE4.2 for a handful of bytes was wasteful).
    
    Should supersede seanmonstar#175, seanmonstar#156
    AaronO committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    9888d7f View commit details
    Browse the repository at this point in the history