diff options
| author | Jack O'Connor <[email protected]> | 2020-01-04 21:49:38 -0500 |
|---|---|---|
| committer | Jack O'Connor <[email protected]> | 2020-01-04 21:49:38 -0500 |
| commit | 72ba63ca86b3aa1d7052331641767614717c9ac7 (patch) | |
| tree | e9664b2e82a92b086f1acac93a4a9f2a185ff6ae /test_vectors | |
| parent | 5b4f79fc7f49b47c1580e2e51aeaacbc2c4e6dd4 (diff) | |
turn on AVX-512 in the test vectors
Diffstat (limited to 'test_vectors')
| -rw-r--r-- | test_vectors/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_vectors/Cargo.toml b/test_vectors/Cargo.toml index 47d98f1..007d1c8 100644 --- a/test_vectors/Cargo.toml +++ b/test_vectors/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" [dependencies] # If you ever change these path dependencies, you'll probably need to update # cross_test.sh, or CI will break. I'm sorry >.< -blake3 = { path = "../" } +blake3 = { path = "../", features=["c_avx512"] } hex = "0.4.0" reference_impl = { path = "../reference_impl" } serde = { version = "1.0", features = ["derive"] } |
