Skip to content

Commit

Permalink
Correct missing package
Browse files Browse the repository at this point in the history
  • Loading branch information
jeschkies committed Apr 9, 2024
1 parent 4397938 commit 145883b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/search/asm_avx2.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func main() {
CMPQ(o, Imm(0))
JGE(LabelRef("matched"))

ADDQ(Imm(LOOP_SIZE), curPtr)
ADDQ(Imm(search.LOOP_SIZE_AVX2), curPtr)
JMP(LabelRef("chunk_loop"))

Label("matched")
Expand Down

0 comments on commit 145883b

Please sign in to comment.