diff options
Diffstat (limited to 'c/blake3_c_rust_bindings/Cargo.toml')
| -rw-r--r-- | c/blake3_c_rust_bindings/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/c/blake3_c_rust_bindings/Cargo.toml b/c/blake3_c_rust_bindings/Cargo.toml index e70f16b..4c3a252 100644 --- a/c/blake3_c_rust_bindings/Cargo.toml +++ b/c/blake3_c_rust_bindings/Cargo.toml @@ -16,6 +16,8 @@ prefer_intrinsics = [] # Activate NEON bindings. We don't currently do any CPU feature detection for # this. If this Cargo feature is on, the NEON gets used. neon = [] +# Enable TBB-based multithreading. +tbb = [] [dev-dependencies] arrayref = "0.3.5" |
