]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/hexagon: Simplify internal_mpyhh setup
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 8 Dec 2024 22:15:30 +0000 (16:15 -0600)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 24 Dec 2024 16:32:15 +0000 (08:32 -0800)
commit59abfb444e1d9654e15f85c50d09a3366e4c1c1e
tree3309194cdf8a95d4a40d04ab5fb131f37fe7131f
parent65b4dce393cddb5fb0295bf6666f7db8512b8cff
target/hexagon: Simplify internal_mpyhh setup

Initialize x with accumulated via direct assignment,
rather than multiplying by 1.

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