aboutsummaryrefslogtreecommitdiff
path: root/build.rs
diff options
context:
space:
mode:
authorP.M <[email protected]>2021-03-22 17:33:54 +0200
committerGitHub <[email protected]>2021-03-22 11:33:54 -0400
commitf7088f24f8bf80ae613c793c23326ba711707330 (patch)
treefc445d10ccfec40e4f53ddffdf4f9e82ae4714c2 /build.rs
parent9ef2f4d9a8a50def1fea7096283f6a9408c1a0a6 (diff)
comment cleanup in build.rs (#164)
Diffstat (limited to 'build.rs')
-rw-r--r--build.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.rs b/build.rs
index ea657d8..4fd3bae 100644
--- a/build.rs
+++ b/build.rs
@@ -156,7 +156,7 @@ fn build_sse2_sse41_avx2_assembly() {
fn build_avx512_c_intrinsics() {
// This is required on 32-bit x86 targets, since the assembly
- // implementation doesn't support support those.
+ // implementation doesn't support those.
println!("cargo:rustc-cfg=blake3_avx512_ffi");
let mut build = new_build();
build.file("c/blake3_avx512.c");