Skip to content

Commit

Permalink
no need for zero upper now
Browse files Browse the repository at this point in the history
  • Loading branch information
neurlang authored and Your Name committed Oct 16, 2024
1 parent 28fc6bc commit e586dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hash/hashvectorized.s
Original file line number Diff line number Diff line change
Expand Up @@ -126,5 +126,5 @@ remainder_loop:
JNZ remainder_loop // Continue if remaining elements

end_loop:
VZEROUPPER // Clear upper parts of YMM registers
//VZEROUPPER // Clear upper parts of YMM registers - not needed if we don't use it
RET

0 comments on commit e586dc0

Please sign in to comment.