]> git.proxmox.com Git - mirror_qemu.git/commit
linux-user: Report AArch64 FP16 support via hwcap bits
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 1 Mar 2018 11:05:58 +0000 (11:05 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 1 Mar 2018 11:13:59 +0000 (11:13 +0000)
commit201b19d5ce883c6d3b5f6dec2a35a332c4bbec0d
treec68a49966c86df656fca6667a8ac8faf5d8d8ad4
parent969b389ee8ba84bc3f2e7ccfa993679fac410ad2
linux-user: Report AArch64 FP16 support via hwcap bits

Set the appropriate Linux hwcap bits to tell the guest binary if we
have implemented half-precision floating point support.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
linux-user/elfload.c