1
0
mirror of https://github.com/fumiama/blake2b-simd.git synced 2026-06-05 02:00:26 +08:00

Changed asm2plan9s link to minio (#21)

This commit is contained in:
Frank
2016-07-21 11:14:46 -07:00
committed by Harshavardhana
parent 959f72aaa5
commit 326c321661

View File

@@ -24,7 +24,7 @@ This is a summary of the performance improvements. Full details are shown below.
asm2plan9s
----------
In order to be able to work more easily with AVX2/AVX instructions, a separate tool was developed to convert AVX2/AVX instructions into the corresponding BYTE sequence as accepted by Go assembly. See [asm2plan9s](https://github.com/fwessels/asm2plan9s) for more information.
In order to be able to work more easily with AVX2/AVX instructions, a separate tool was developed to convert AVX2/AVX instructions into the corresponding BYTE sequence as accepted by Go assembly. See [asm2plan9s](https://github.com/minio/asm2plan9s) for more information.
bt2sum
------