Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 3e66f92e authored by FlyFrog's avatar FlyFrog Committed by Jens Lody
Browse files

int_sqrt: Improve 3x faster integer sqrt.



Result on 10,000,000 call.
Old:
sqrt(12345689) = 3513
real	0m0.768s
user	0m0.760s
sys	0m0.004s

New:
sqrt(12345689) = 3513
real	0m0.222s
user	0m0.224s
sys	0m0.000s

Change-Id: Ib4f76de467c1610cbac79d9122fe40e4f7c63839
Signed-off-by: default avatarengstk <eng.stk@sapo.pt>
Signed-off-by: default avatarSimao Gomes Viana <xdevs23@outlook.com>
parent 285a5f09
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment