minio / blake2b-simd

Fast hashing using pure Go implementation of BLAKE2b with SIMD instructions
Apache License 2.0
254 stars 31 forks source link

Better styling for AVX and SSE version #17

Closed fwessels closed 8 years ago

fwessels commented 8 years ago

Using new version of asm2plan9s in combination with asmfmt, improved the styling of both the AVX as well as the SSE version.

fwessels commented 8 years ago

Travis is hanging, closing this PR and submitting a part of it.