Skip to content
Commit 47a36163 authored by Crt Mori's avatar Crt Mori Committed by Jonathan Cameron
Browse files

lib: Add strongly typed 64bit int_sqrt



There is no option to perform 64bit integer sqrt on 32bit platform.
Added stronger typed int_sqrt64 enables the 64bit calculations to
be performed on 32bit platforms. Using same algorithm as int_sqrt()
with strong typing provides enough precision also on 32bit platforms,
but it sacrifices some performance. In case values are smaller than
ULONG_MAX the standard int_sqrt is used for calculation to maximize the
performance due to more native calculations.

Signed-off-by: default avatarCrt Mori <cmo@melexis.com>
Acked-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
parent 21345107
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment