target/hexagon: Remove Float
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 8 Dec 2024 21:23:36 +0000 (15:23 -0600)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 24 Dec 2024 16:32:15 +0000 (08:32 -0800)
commitfefc9702e618cef00d199e6ddd43f4b2d4c2fad6
tree631b47462b62a5a62790a0da2c63f44088afa9f7
parent795d6a2c4960325c514323147e13a22d5fe21ddf
target/hexagon: Remove Float

This structure, with bitfields, is incorrect for big-endian.
Use the existing float32_getexp_raw which uses extract32.

Reviewed-by: Brian Cain <brian.cain@oss.qualcomm.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/hexagon/fma_emu.c