Skip to content

Commit

Permalink
Removing test lines in asm
Browse files Browse the repository at this point in the history
  • Loading branch information
BrentFarris committed Jul 3, 2024
1 parent 49c1533 commit eb5ac72
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/bitmap/bitmap.amd64.s
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@ TEXT ·Check(SB),NOSPLIT,$0-32

// func CountASM(b Bitmap) int
TEXT ·CountASM(SB),NOSPLIT,$0-28
MOVQ $0x1234567812345678, CX
MOVQ $0x1234567812345678, AX
MOVQ $0x1234567812345678, DX
MOVQ $0x1234567812345678, R8
MOVQ b+0(FP), DX // Head address to slice data
MOVWLZX b+8(FP), CX // Byte length
XORQ R8, R8 // 0
Expand Down

0 comments on commit eb5ac72

Please sign in to comment.