]> Git Repo - qemu.git/commit
fpu: move inline helpers into a separate header
authorAlex Bennée <[email protected]>
Thu, 8 Aug 2019 14:11:08 +0000 (15:11 +0100)
committerAlex Bennée <[email protected]>
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 <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
include/fpu/softfloat-helpers.h [new file with mode: 0644]
include/fpu/softfloat.h
This page took 0.025742 seconds and 4 git commands to generate.