Skip to content

polyval: remove mentions of AVX2#318

Merged
tarcieri merged 1 commit intomasterfrom
polyval/remove-mentions-of-avx2
Feb 28, 2026
Merged

polyval: remove mentions of AVX2#318
tarcieri merged 1 commit intomasterfrom
polyval/remove-mentions-of-avx2

Conversation

@tarcieri
Copy link
Copy Markdown
Member

Followup to #317 which removed any avx2-based gating (which was inherited from the original HPCrypt implementation).

This renames intrinsics/avx2.rs => intrinsics/x86.rs since in fact the code has no AVX2 dependencies. It also removes mentions of AVX2 in the code comments.

Followup to #317 which removed any `avx2`-based gating (which was
inherited from the original HPCrypt implementation).

This renames `intrinsics/avx2.rs` => `intrinsics/x86.rs` since in fact
the code has no AVX2 dependencies. It also removes mentions of AVX2 in
the code comments.
@tarcieri tarcieri merged commit 80bbd79 into master Feb 28, 2026
25 checks passed
@tarcieri tarcieri deleted the polyval/remove-mentions-of-avx2 branch February 28, 2026 17:45
@tarcieri tarcieri mentioned this pull request Feb 28, 2026
tarcieri added a commit that referenced this pull request Feb 28, 2026
## Fixed
- Detect `avx`+`pclmulqdq` features on `x86`/`x86_64` targets (#317, #318)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant