Skip to content
Commit 2a9943b4 authored by Szabolcs Nagy's avatar Szabolcs Nagy
Browse files

math: Fix exp10 undefined left shift



Left shift of ki is undefined when ki<0, copy the logic from exp,
which uses unsigned arithmetics, to fix it.

Reviewed-by: default avatarAdhemerval Zanella <adhemerval.zanella@linaro.org>
parent d0106b6a
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