]> www.infradead.org Git - users/dwmw2/qemu.git/commit
include/exec/helper-head.h: support f16 in helper calls
authorAlex Bennée <alex.bennee@linaro.org>
Thu, 1 Mar 2018 11:05:46 +0000 (11:05 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 1 Mar 2018 11:13:59 +0000 (11:13 +0000)
commit35737497008aeabce5dc381a41d3827bec486192
tree0f2b9a4728cd6d5742838bc51f25ec4343dd6935
parent0b72476810a83de270194b1de65027e4be204779
include/exec/helper-head.h: support f16 in helper calls

This allows us to explicitly pass float16 to helpers rather than
assuming uint32_t and dealing with the result. Of course they will be
passed in i32 sized registers by default.

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