fpu: replace LIT64 usage with UINT64_C for specialize constants
authorAlex Bennée <alex.bennee@linaro.org>
Mon, 12 Aug 2019 15:04:02 +0000 (16:04 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 19 Aug 2019 11:07:13 +0000 (12:07 +0100)
commitf7e81a945737631c19405a39d510d2284257c3ff
tree9ec546d9b5fadc31d9289266eb69a9b5ff7ce97a
parentafd760539308a5524accf964107cdb1d54a059e3
fpu: replace LIT64 usage with UINT64_C for specialize constants

We have a wrapper that does the right thing from stdint.h so lets use
it for our constants in softfloat-specialize.h

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
fpu/softfloat-specialize.h