Re: [PATCH 14/17] target/hexagon: Remove Float

2024-12-10 Thread Brian Cain
On 12/8/2024 4:48 PM, Richard Henderson wrote: This structure, with bitfields, is incorrect for big-endian. Use the existing float32_getexp_raw which uses extract32. Signed-off-by: Richard Henderson --- target/hexagon/fma_emu.c | 16 +++- 1 file changed, 3 insertions(+), 13 del

[PATCH 14/17] target/hexagon: Remove Float

2024-12-08 Thread Richard Henderson
This structure, with bitfields, is incorrect for big-endian. Use the existing float32_getexp_raw which uses extract32. Signed-off-by: Richard Henderson --- target/hexagon/fma_emu.c | 16 +++- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/target/hexagon/fma_emu.c b/ta