Skip to content

Commit

Permalink
Enable avx2 for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
bdbai committed May 1, 2024
1 parent 3e2ca9e commit 935688e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cargo/publish.config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[target.'cfg(target_arch = "x86_64")']
rustflags = [
"-C",
"target-feature=+sse,+sse2,+sse3,+ssse3,+sse4.1,+sse4.2,+avx,+aes,+pclmulqdq",
"target-feature=+sse,+sse2,+sse3,+ssse3,+sse4.1,+sse4.2,+avx,+avx2,+aes,+pclmulqdq",
]

[target.'cfg(target_arch = "x86")']
Expand Down

0 comments on commit 935688e

Please sign in to comment.