Skip to content

Commit 935688e

Browse files
committed
Enable avx2 for publish
1 parent 3e2ca9e commit 935688e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cargo/publish.config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[target.'cfg(target_arch = "x86_64")']
44
rustflags = [
55
"-C",
6-
"target-feature=+sse,+sse2,+sse3,+ssse3,+sse4.1,+sse4.2,+avx,+aes,+pclmulqdq",
6+
"target-feature=+sse,+sse2,+sse3,+ssse3,+sse4.1,+sse4.2,+avx,+avx2,+aes,+pclmulqdq",
77
]
88

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

0 commit comments

Comments
 (0)