examples: adapt to new const types

This commit is contained in:
Michael McLoughlin
2018-12-26 17:08:58 -08:00
parent abd300c0e9
commit 662ae52758
8 changed files with 1274 additions and 1272 deletions

View File

@@ -7,9 +7,9 @@ TEXT ·Hash64(SB),0,$0-32
MOVQ data_base(FP), CX
MOVQ data_len+8(FP), BX
MOVQ $0xcbf29ce484222325, AX
MOVQ $0x100000001b3, BP
MOVQ $0x00000100000001b3, BP
loop:
CMPQ BX, $0x0
CMPQ BX, $0x00
JE done
MOVBQZX (CX), DX
XORQ DX, AX