aboutsummaryrefslogtreecommitdiff
path: root/c/blake3_dispatch.c
AgeCommit message (Expand)Author
2021-10-12Use BLAKE3_USE_NEON=0 instead of BLAKE3_NO_NEON defrsdy
2020-10-20fix disabled-optimization -Wall -WerrorHans Henrik Bergan
2020-08-24Start SSE2 implementation based on SSE4.1 versionMatthew Krupcale
2020-04-12Do not require AVX512DQSamuel Neves
2020-03-31move prototypes to shared header file, and make all local functions static.Samuel Neves
2020-02-13Fix bug inadvertently introduced in a1c4c4efb58aa57596f4c92e0a01914a584c8613Samuel Neves
2020-02-02Fix #51.Samuel Neves
2020-01-28add NEON support to blake3_dispatch.cJack O'Connor
2020-01-28one more warningJack O'Connor
2020-01-28fix unused variable warningJack O'Connor
2020-01-22port compress_subtree_to_parent_node from Rust to CJack O'Connor
2020-01-22clang-formatJack O'Connor
2020-01-20switch from BLAKE3_USE_* to BLAKE3_NO_*Jack O'Connor
2020-01-20make things more modularSamuel Neves
2020-01-09merge BLAKE3-c into this repoJack O'Connor