summaryrefslogtreecommitdiff
path: root/b3sum/README.md
diff options
context:
space:
mode:
authorJack O'Connor <jack.oconnor@zoom.us>2020-09-14 11:05:15 -0400
committerJack O'Connor <jack.oconnor@zoom.us>2020-09-14 11:05:15 -0400
commit6785d7bc0c3b9917feb921bf562bbf758aac3b1b (patch)
tree817990eeb38222b445635af35c82c5d6a833e652 /b3sum/README.md
parenta01fd16011fe837c83fda062716e392dc0a27a44 (diff)
remove an outdated section of the b3sum readme
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.