]> git.proxmox.com Git - mirror_qemu.git/commit
fpu: move inline helpers into a separate header
authorAlex Bennée <alex.bennee@linaro.org>
Thu, 8 Aug 2019 14:11:08 +0000 (15:11 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 19 Aug 2019 11:07:13 +0000 (12:07 +0100)
commite34c47ea3fb5f324b58db117b3c010a494c8d6ca
treefe38708f37bd7cb9850ece870e86169d780c48b2
parent472038ccf5d69ebcad44d835488a36ee640c219f
fpu: move inline helpers into a separate header

There are a bunch of users of the inline helpers who do not need
access to the entire softfloat API. Move those inline helpers into a
new header file which can be included without bringing in the rest of
the world.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
include/fpu/softfloat-helpers.h [new file with mode: 0644]
include/fpu/softfloat.h