On 26/4/26 15:39, Richard Henderson wrote:
Begin exposing the intermediate representation of softfloat. Start with just the representation structures.Signed-off-by: Richard Henderson <[email protected]> --- include/fpu/softfloat-parts.h | 88 +++++++++++++++++++++++++++++++++++ fpu/softfloat.c | 69 +-------------------------- 2 files changed, 90 insertions(+), 67 deletions(-) create mode 100644 include/fpu/softfloat-parts.h
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
