-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
math.mk supports larger number comparison
To support 6-digit version format, extend the integer limit for the comparison functions. It keeps the simple fast comparisons for integers <= 100, but uses the extended functions for larger numbers. Bug: 295269182 Test: make -f math.mk RUN_MATH_TESTS=true Change-Id: Ib0752fbeb0a80796aeca663b0dc6bda0fd339440
- Loading branch information
Justin Yun
committed
Oct 30, 2023
1 parent
da88660
commit b2b5564
Showing
1 changed file
with
113 additions
and
7 deletions.
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