diff options
| author | Ivan Boldyrev <[email protected]> | 2023-09-10 18:57:24 +0400 |
|---|---|---|
| committer | Jack O'Connor <[email protected]> | 2025-03-16 21:24:06 -0700 |
| commit | 29846bed88b3c50d51562110f6e0f242c908a014 (patch) | |
| tree | 68b1ee0e387ca9dd20f76621eac6f8b9a432eb86 /build.rs | |
| parent | d4aed8145b5478d62308319d2ad849e2a1e371db (diff) | |
Misc textual improvements
Diffstat (limited to 'build.rs')
| -rw-r--r-- | build.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -295,7 +295,7 @@ fn build_neon_c_intrinsics() { fn build_wasm32_simd() { assert!(is_wasm32()); - // No C code to compile here. Set the cfg flags that enable the WASM SIMD. + // No C code to compile here. Set the cfg flags that enable the Wasm SIMD. // The regular Cargo build will compile it. println!("cargo:rustc-cfg=blake3_wasm32_simd"); } |
