]> Git Repo - qemu.git/commit
fpu/softfloat: Pass FloatClass to pickNaN
authorRichard Henderson <[email protected]>
Thu, 10 May 2018 22:21:31 +0000 (15:21 -0700)
committerRichard Henderson <[email protected]>
Thu, 17 May 2018 22:27:15 +0000 (15:27 -0700)
commit4f251cfd52c7945ebd6ab0d86518b1a9aa51b10c
tree33f89fe89d3602fa99418f99dd3a68c108a927ba
parent247d1f2190c5530fd18fe92a145d0a1985fca4e4
fpu/softfloat: Pass FloatClass to pickNaN

For each operand, pass a single enumeration instead of a pair of booleans.
The commit also merges multiple different ifdef-selected implementations
of pickNaN into a single function whose body is ifdef-selected.

Tested-by: Alex BennĂ©e <[email protected]>
Reviewed-by: Peter Maydell <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
fpu/softfloat-specialize.h
fpu/softfloat.c
This page took 0.022681 seconds and 4 git commands to generate.