From f7088f24f8bf80ae613c793c23326ba711707330 Mon Sep 17 00:00:00 2001 From: "P.M" <60963077+goodengineer@users.noreply.github.com> Date: Mon, 22 Mar 2021 17:33:54 +0200 Subject: comment cleanup in build.rs (#164) --- build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.rs') 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"); -- cgit v1.2.3