diff options
author | Matheus Tavares Bernardino <quic_mathbern@quicinc.com> | 2024-07-29 16:24:06 -0300 |
---|---|---|
committer | Brian Cain <bcain@quicinc.com> | 2024-08-07 20:34:25 -0700 |
commit | 6146060a6891848f854b0ed1e46e020a6fdc77c2 (patch) | |
tree | 86573920bb971b4cc08ac5cd57cf1e897ec08919 /hw/remote/machine.c | |
parent | 4c395ac42e55ff8e9fd4c992e351a04b10785503 (diff) | |
download | qemu-6146060a6891848f854b0ed1e46e020a6fdc77c2.zip qemu-6146060a6891848f854b0ed1e46e020a6fdc77c2.tar.gz qemu-6146060a6891848f854b0ed1e46e020a6fdc77c2.tar.bz2 |
Hexagon: fix F2_conv_* instructions for negative zero
The implementation for these instructions handles -0 as an invalid float
point value, whereas the Hexagon hardware considers it the same as +0
(which is valid). Let's fix that and add a regression test.
Signed-off-by: Matheus Tavares Bernardino <quic_mathbern@quicinc.com>
Reviewed-by: Brian Cain <bcain@quicinc.com>
Reviewed-by: Taylor Simpson <ltaylorsimpson@gmail.com>
Signed-off-by: Brian Cain <bcain@quicinc.com>
Diffstat (limited to 'hw/remote/machine.c')
0 files changed, 0 insertions, 0 deletions