]> git.proxmox.com Git - mirror_qemu.git/commit
tests/fp: add quad support to the benchmark utility
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 20 Oct 2020 16:37:37 +0000 (17:37 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Sun, 16 May 2021 12:13:51 +0000 (07:13 -0500)
commitf2b84b9edb0788eb25902c4ca268476b42fceb20
treefaedb9f2c087d6c9808f6a87557469d032bb7fbc
parent7702a855195b81c6551d60991237c04316201dff
tests/fp: add quad support to the benchmark utility

Currently this only support softfloat calculations because working out
if the hardware supports 128 bit floats needs configure magic. The 3
op muladd operation is currently unimplemented so commented out for
now.

Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20201020163738.27700-8-alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tests/fp/fp-bench.c