forked from parquet-go/parquet-go
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
maxBE128 implementation failing with similar values (#433)
* Create failing test to exercise maxBE128 bug * fix: JAE => JBE Co-authored-by: Achille Roussel <[email protected]>
- Loading branch information
Larry Marburger
and
Achille Roussel
authored
Dec 6, 2022
1 parent
b37e188
commit 813b06a
Showing
2 changed files
with
51 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -577,7 +577,7 @@ loop: | |
BSWAPQ R8 | ||
BSWAPQ R9 | ||
CMPQ R8, R9 | ||
JAE next | ||
JBE next | ||
more: | ||
MOVQ AX, BX | ||
next: | ||
|