diff options
| author | P.M <[email protected]> | 2021-03-22 17:33:54 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-03-22 11:33:54 -0400 |
| commit | f7088f24f8bf80ae613c793c23326ba711707330 (patch) | |
| tree | fc445d10ccfec40e4f53ddffdf4f9e82ae4714c2 /build.rs | |
| parent | 9ef2f4d9a8a50def1fea7096283f6a9408c1a0a6 (diff) | |
comment cleanup in build.rs (#164)
Diffstat (limited to 'build.rs')
| -rw-r--r-- | build.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"); |
