]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/mips: fpu: Remove now unused UNFUSED_FMA and FLOAT_FMA macros
authorAleksandar Markovic <aleksandar.qemu.devel@gmail.com>
Mon, 18 May 2020 20:09:09 +0000 (22:09 +0200)
committerAleksandar Markovic <aleksandar.qemu.devel@gmail.com>
Tue, 9 Jun 2020 15:32:45 +0000 (17:32 +0200)
commit32574f1d1ce2879971e747ab7917b5d28e56d90c
tree36fdcd33d39efe9d0a94cd64beedfe480088890b
parent5c591e22592c2751a2e48c3b22f2c8df264fe789
target/mips: fpu: Remove now unused UNFUSED_FMA and FLOAT_FMA macros

After demacroing <MADD|MSUB|NMADD|NMSUB>.<D|S|PS>, these macros
are not needed anymore.

Reviewed-by: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
Signed-off-by: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
Message-Id: <20200518200920.17344-11-aleksandar.qemu.devel@gmail.com>
target/mips/fpu_helper.c