]> git.ipfire.org Git - thirdparty/qemu.git/commit
softfloat: Use parts_pick_nan in propagateFloatx80NaN
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 11 Dec 2024 15:31:08 +0000 (15:31 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 11 Dec 2024 15:31:08 +0000 (15:31 +0000)
commit1b34f934ddefc3bdc4322694c2726ddc4d9ebd45
tree6bd6e3186f6d78f3909eb5c74f1e5165092bfe23
parent313938c105946dacfc886217b47310adb01194c3
softfloat: Use parts_pick_nan in propagateFloatx80NaN

Unpacking and repacking the parts may be slightly more work
than we did before, but we get to reuse more code.  For a
code path handling exceptional values, this is an improvement.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20241203203949.483774-8-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
fpu/softfloat.c