8000 Tags · zeebo/blake3 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: zeebo/blake3

Tags

v0.2.4

Toggle v0.2.4's commit message
expand vet to test everything

v0.2.3

Toggle v0.2.3's commit message
rename IsLittleEndian to OptimizeLittleEndian

it doesn't actually matter if the architecture is LE because
the fallback code works regardless of the host endianness.
this makes it more clear that it's an optional optimization
based on if we can assume how multi-byte loads work.

v0.2.2

Toggle v0.2.2's commit message
add vet make target

this makes sure the library at least compiles on a range
of common architectures and operating systems.

v0.2.1

Toggle v0.2.1's commit message
bump pcg to fix license

v0.2.0

Toggle v0.2.0's commit message
add Clone example

v0.1.2

Toggle v0.1.2's commit message
add a bunch of examples

v0.1.1

Toggle v0.1.1's commit message
vzeroupper when exiting avx2 routines

v0.1.0

Toggle v0.1.0's commit message
move alg to internal

v0.0.4

Toggle v0.0.4's commit message
build on all archs

fixes #8

v0.0.3

Toggle v0.0.3's commit message
add a package doc comment

0