summaryrefslogtreecommitdiff
path: root/build.rs
AgeCommit message (Expand)Author
2024-07-17build(windows): add support for gnullvm targetsMaksim Bondarenkov
2024-07-12Do not let cc-rs trigger a rebuild any time the env changesMichael Hinton
2024-06-01add check-cfg directives in build.rs to silence nightly warningsJack O'Connor
2023-09-19don't default to NEON intrinsics in build.rs for big-endian targetsJack O'Connor
2021-10-08Add `no_neon` feature to disable NEON on aarch64rsdy
2021-10-07Implement better target detection for NEONrsdy
2021-03-22comment cleanup in build.rs (#164)P.M
2020-08-24Start SSE2 implementation based on SSE4.1 versionMatthew Krupcale
2020-04-13refactor build.rsJack O'Connor
2020-04-01automatically fall back to the pure Rust buildJack O'Connor
2020-03-29refactor the Cargo feature setJack O'Connor
2020-03-29add a Windows GNU AVX-512 build break workaroundJack O'Connor
2020-02-14check for AVX-512 compiler support even when using assemblyJack O'Connor
2020-02-12more file renaming, use underscores more consistentlyJack O'Connor
2020-02-12Rename assembly files (blake3-* -> blake3_*)Erik Johansson
2020-02-12integrate assembly implementations into the blake3 crateJack O'Connor
2020-01-13explicitly check for -mavx512f or /arch:AVX512 supportJack O'Connor
2020-01-13avoid using MSVC-style flags with the GNU toolchain on WindowsJack O'Connor
2020-01-09delete the previous vendored C files and repoint the Rust codeJack O'Connor
2019-12-12make the "c_avx512" feature a no-op on non-x86Jack O'Connor
2019-12-11switch to representing CVs as words for the compression functionJack O'Connor
2019-12-09set ARMv7 NEON compiler flags automaticallyJack O'Connor
2019-12-08add Rust FFI wrappers for AVX-512 and NEONJack O'Connor