commit | e932112420f063776f2b9d9e5512830cd6890a7a | [log] [tgz] |
---|---|---|
author | Alex Bennée <alex.bennee@linaro.org> | Tue Aug 13 12:16:23 2019 +0100 |
committer | Alex Bennée <alex.bennee@linaro.org> | Mon Aug 19 12:07:13 2019 +0100 |
tree | 5bc120a22659a98061d695f08095eaabce5cb9ab | |
parent | 2c217da0fc9f1127bda804e2a500b8138b02c581 [diff] |
fpu: replace LIT64 with UINT64_C macros In our quest to eliminate the home rolled LIT64 macro we fixup usage inside the softfloat code. While we are at it we remove some of the extraneous spaces to closer fit the house style. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>