aboutsummaryrefslogtreecommitdiff
path: root/c/blake3_avx512.c
AgeCommit message (Expand)Author
2024-08-15add an intrinsics implementation of blake3_xof_many_avx512Jack O'Connor
2023-05-23Fix typosJoel Rosdahl
2022-11-23fix incorrect output from AVX-512 intrinsics in debug mode under GCC 5.4 and 6.1Jack O'Connor
2022-01-08fix some compiler warningsSamuel Neves
2020-02-13Work around GCC bug 85328 by forcing trivially masked stores.Samuel Neves
2020-01-30[MSVC] added possible to compile at Microsoft Visual C compiler.TheVice
2020-01-23streamline load_countersSamuel Neves
2020-01-22clang-formatJack O'Connor
2020-01-19manually prefetch message blocksSamuel Neves
2020-01-09merge BLAKE3-c into this repoJack O'Connor