On 17/5/26 02:25, Richard Henderson wrote:
Use softfloat-parts.h so that we can more naturally perform the required operations witha single rounding step. This happens to also simplify the NaN detection step.Signed-off-by: Richard Henderson <[email protected]> --- target/arm/tcg/vec_helper.c | 77 +++++++++++++++++++------------------ 1 file changed, 40 insertions(+), 37 deletions(-)
To the best of my softfloat understanding: Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
