1
0
mirror of https://github.com/fumiama/blake2b-simd.git synced 2026-06-10 04:50:30 +08:00

Add travis build CI.

This commit is contained in:
Harshavardhana
2016-06-28 02:55:56 -07:00
parent f41b7a312a
commit 0b3e695ecc
3 changed files with 29 additions and 8 deletions

View File

@@ -120,9 +120,8 @@
MOVOU 0(SI), X12 // X12 = 03040506 07000102 0b0c0d0e 0f08090a
// func blockSSE(p []uint8, in, iv, t, f, shffle, out []uint64)
TEXT ·blockSSE(SB), 7, $0
// func blockAVX(p []uint8, in, iv, t, f, shffle, out []uint64)
TEXT ·blockAVX(SB), 7, $0
// REGISTER USE
// X0 - X7: v0 - v15
// X8 - X11: m[0] - m[7]