aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-14version 0.3.20.3.2Jack O'Connor
2020-04-13refactor build.rsJack O'Connor
2020-04-12Do not require AVX512DQSamuel Neves
2020-04-11print the compiler version in CI, for help with debuggingJack O'Connor
2020-04-10unbreak neon benchmarksJack O'Connor
2020-04-02only run CI on branches and PRs, not tagsJack O'Connor
2020-04-02version 0.3.10.3.1Jack O'Connor
2020-04-01automatically fall back to the pure Rust buildJack O'Connor
2020-03-31move prototypes to shared header file, and make all local functions static.Samuel Neves
2020-03-31turn all compiler warnings into errors in CIJack O'Connor
2020-03-30put the CI badge back down in the READMEJack O'Connor
2020-03-30version 0.3.00.3.0Jack O'Connor
2020-03-29add testing-only flags to disable individual instruction setsJack O'Connor
2020-03-29refactor the Cargo feature setJack O'Connor
2020-03-29version 0.2.30.2.3Jack O'Connor
2020-03-29add a Windows GNU AVX-512 build break workaroundJack O'Connor
2020-03-29add more --release mode testingJack O'Connor
2020-03-29save missing clobbered registers on WindowsSamuel Neves
2020-03-28print instruction set support quietlyJack O'Connor
2020-03-28print out instruction set support in CIJack O'Connor
2020-03-28add release assembly testsJack O'Connor
2020-03-25C files -> C and assembly filesJack O'Connor
2020-03-25c/README.md changesJack O'Connor
2020-03-25add blake3_hasher_finalize_seek to the C APIJack O'Connor
2020-03-24disable fail-fast for cross tests tooJack O'Connor
2020-03-17correct a commentJack O'Connor
2020-03-16add links to other implementations in the readmeJack O'Connor
2020-03-16update b3sum/README.mdJack O'Connor
2020-03-16add the --num-threads flagJack O'Connor
2020-03-15wrap --help output to 80 columnsJack O'Connor
2020-03-05add an example of parsing a Hash from a hex stringJack O'Connor
2020-03-01clean up the C example a bitJack O'Connor
2020-02-27some comment typosJack O'Connor
2020-02-25version 0.2.20.2.2Jack O'Connor
2020-02-25remove a mis-optimization that hurt performance for uneven updatesJack O'Connor
2020-02-21update the red bar chart with the figure from the asm implementationJack O'Connor
2020-02-19add examples to the b3sum readmeJack O'Connor
2020-02-14check for AVX-512 compiler support even when using assemblyJack O'Connor
2020-02-14version 0.2.10.2.1Jack O'Connor
2020-02-13tag the first release of the C implementation, c-0.2.0Jack O'Connor
2020-02-13Fix bug inadvertently introduced in a1c4c4efb58aa57596f4c92e0a01914a584c8613Samuel Neves
2020-02-13Work around GCC bug 85328 by forcing trivially masked stores.Samuel Neves
2020-02-13Work around clang bug 36144 by replacing anonymous label numbers.Samuel Neves
2020-02-12more file renaming, use underscores more consistentlyJack O'Connor
2020-02-12Rename assembly files (blake3-* -> blake3_*)Erik Johansson
2020-02-12version 0.2.00.2.0Jack O'Connor
2020-02-12merge the version 0.1.5 branchJack O'Connor
2020-02-12add a performance note and a usage example for HasherJack O'Connor
2020-02-12document optional Cargo features on docs.rsJack O'Connor
2020-02-12add test_asm to the C Makefileasm_integration2Jack O'Connor