commit | 2c217da0fc9f1127bda804e2a500b8138b02c581 | [log] [tgz] |
---|---|---|
author | Alex Bennée <alex.bennee@linaro.org> | Tue Aug 13 11:55:32 2019 +0100 |
committer | Alex Bennée <alex.bennee@linaro.org> | Mon Aug 19 12:07:13 2019 +0100 |
tree | 915229768946c257e999642679f20be53580dfc4 | |
parent | e6b405fe00d8e6424a58492b37a1656d1ef0929b [diff] |
fpu: use min/max values from stdint.h for integral overflow Remove some more use of LIT64 while making the meaning more clear. We also avoid the need of casts as the results by definition fit into the return type. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>