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

Tags: swift-s3/highwayhash

Tags

v1.0.4

Toggle v1.0.4's commit message

v1.0.3

Toggle v1.0.3's commit message
Disable SVE2 support until tested on real hardware (not just emulator)

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix ARM64 assembly (minio#19)

The wrong constants were used for ARM64, leading to wrong values being calculated.
This is likely due to a linker change or similar.

* Rename to less generic names.
* Use textflag.h
* Apply asmfmt

Fixes minio#17

* Re-enable asm...

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add build directive to honor noasm build tag (minio#16)

This commit adds a build directive to honor the
`noasm` build tag and fixes the build tag directives
to behave as logical AND instead of OR. Now, it is
possible to opt-out of building and using any
platform-specific asm code.

Further, this commit removes the travis CI configuration
and switches to Github Actions.

v1.0.0

Toggle v1.0.0's commit message
Add go module support

0