1 parent 18d57ce commit ac9c40aCopy full SHA for ac9c40a
1 file changed
README.md
@@ -1,6 +1,6 @@
1
# memcpy
2
3
-How fast is `memcpy` with SIMD? Run the benchmarks:
+How fast can we `memcpy` 256 MiB of data? Run the benchmarks:
4
5
```sh
6
RUSTFLAGS="-Ctarget-cpu=native" cargo bench
0 commit comments