]> git.proxmox.com Git - mirror_qemu.git/commit - target/arm/helper.c
arm/helper.c: re-factor rsqrte and add rsqrte_f16
authorAlex Bennée <alex.bennee@linaro.org>
Thu, 1 Mar 2018 11:05:55 +0000 (11:05 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 1 Mar 2018 11:13:59 +0000 (11:13 +0000)
commitd719cbc7641991d16b891ffbbfc3a16a04e37b9a
tree705659ec22bf4493d21c4366f30022e975b3a4f4
parentb96a54c7e5576bd35b7d00d37b7929d2892d8cac
arm/helper.c: re-factor rsqrte and add rsqrte_f16

Much like recpe the ARM ARM has simplified the pseudo code for the
calculation which is done on a fixed point 9 bit integer maths. So
while adding f16 we can also clean this up to be a little less heavy
on the floating point and just return the fractional part and leave
the calle's to do the final packing of the result.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20180227143852.11175-27-alex.bennee@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/helper.c
target/arm/helper.h