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 /Cargo.toml | |
| parent | d4aed8145b5478d62308319d2ad849e2a1e371db (diff) | |
Misc textual improvements
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -18,9 +18,9 @@ default = ["std"] # implementation uses C intrinsics and requires a C compiler. neon = [] -# The WASM-SIMD implementation does not participate in dynamic feature detection, -# which is currently x86-only. If "wasm_simd" is on, WASM SIMD support is assumed. -# Note that not all WASM implementation may support WASM-SIMD specification. +# The Wasm SIMD implementation does not participate in dynamic feature detection, +# which is currently x86-only. If "wasm_simd" is on, Wasm SIMD support is assumed. +# Note that not all Wasm implementation may support Wasm SIMD specification. wasm32_simd = [] # This crate uses libstd for std::io trait implementations, and also for |
