1
0
Fork 0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2024-05-21 06:56:20 +02:00
BLAKE3/src
Jack O'Connor 3d921ae703 allow(unreachable_code) in all the *_detected functions
Previously we only disabled these warnings for SSE2, which is assumed
enabled on x86-64, but it looks like new nightly compilers are also
assuming SSE4.1 on macOS. Disabling these warnings across all the
detection functions accounts for that, and it also gets rid of some
warnings that you'd see if you used RUSTFLAGS='-C target-cpu=native'.
2023-10-02 08:36:29 -07:00
..
ffi_avx2.rs upgrade to arrayvec 0.7.0 2021-05-18 12:28:29 -04:00
ffi_avx512.rs upgrade to arrayvec 0.7.0 2021-05-18 12:28:29 -04:00
ffi_neon.rs upgrade to arrayvec 0.7.0 2021-05-18 12:28:29 -04:00
ffi_sse2.rs upgrade to arrayvec 0.7.0 2021-05-18 12:28:29 -04:00
ffi_sse41.rs upgrade to arrayvec 0.7.0 2021-05-18 12:28:29 -04:00
guts.rs more cleaup of undocumented API 2021-03-28 20:04:51 -04:00
io.rs replace the new file module with inherent methods on Hasher 2023-09-16 17:04:27 -07:00
join.rs add *_rayon methods 2021-03-14 00:26:18 -05:00
lib.rs add a test for the new serde feature 2023-09-19 23:43:47 -07:00
platform.rs allow(unreachable_code) in all the *_detected functions 2023-10-02 08:36:29 -07:00
portable.rs upgrade to arrayvec 0.7.0 2021-05-18 12:28:29 -04:00
rust_avx2.rs Fix typos 2023-05-23 14:39:27 -07:00
rust_sse2.rs Fix typos 2023-05-23 14:39:27 -07:00
rust_sse41.rs Fix typos 2023-05-23 14:39:27 -07:00
test.rs add a test for the new serde feature 2023-09-19 23:43:47 -07:00
traits.rs check the HMAC output bytes 2022-01-24 20:52:22 -05:00