summaryrefslogtreecommitdiff
path: root/b3sum/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'b3sum/README.md')
-rw-r--r--b3sum/README.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/b3sum/README.md b/b3sum/README.md
index 51727f4..b442bd1 100644
--- a/b3sum/README.md
+++ b/b3sum/README.md
@@ -84,9 +84,3 @@ On Linux for example, Cargo will put the compiled binary in
If you want to install directly from this directory, you can run `cargo
install --path .`. Or you can just build with `cargo build --release`,
which puts the binary at `./target/release/b3sum`.
-
-By default, `b3sum` enables the assembly implementations, AVX-512
-support, and multi-threading features of the underlying
-[`blake3`](https://crates.io/crates/blake3) crate. To avoid this (for
-example, if your C compiler does not support AVX-512), you can use
-Cargo's `--no-default-features` flag.