]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/hexagon: Remove Double
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 8 Dec 2024 21:34:33 +0000 (15:34 -0600)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 24 Dec 2024 16:32:15 +0000 (08:32 -0800)
commit8429306c327e59786d96497bd6c36c42ccf58a06
tree7e2d2694cf017565b819e8d45e2f2564fed4f659
parentfefc9702e618cef00d199e6ddd43f4b2d4c2fad6
target/hexagon: Remove Double

This structure, with bitfields, is incorrect for big-endian.
Use extract64 and deposit64 instead.

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