Skip to content

Commit 4ecf99d

Browse files
committed
wordwrap
1 parent 445451e commit 4ecf99d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,8 @@ A crate to help you go wide.
99

1010
Specifically, this has portable "wide" data types that do their best to be SIMD when possible.
1111

12-
On `x86`, `x86_64`, `wasm32` and `aarch64 neon` this is done with explicit intrinsic usage (via [safe_arch](https://docs.rs/safe_arch)), and on other architectures this is done by carefully writing functions so that LLVM hopefully does the right thing. When Rust stabilizes more explicit intrinsics then they can go into `safe_arch` and then they can get used here.
12+
On `x86`, `x86_64`, `wasm32` and `aarch64 neon` this is done with explicit
13+
intrinsic usage (via [safe_arch](https://docs.rs/safe_arch)), and on other
14+
architectures this is done by carefully writing functions so that LLVM hopefully
15+
does the right thing. When Rust stabilizes more explicit intrinsics then they
16+
can go into `safe_arch` and then they can get used here.

0 commit comments

Comments
 (0)