mbox series

[for-2.12,0/2] softfloat fixes

Message ID 20180417025328.25431-1-richard.henderson@linaro.org
Headers show
Series softfloat fixes | expand

Message

Richard Henderson April 17, 2018, 2:53 a.m. UTC
An alternate fix for Bastian's division problem and another
fix for a scalbn problem exposed during SVE testing.  Again,
the SVE issue should be visible with normal NEON insns too.


r~


Richard Henderson (2):
  fpu: Check for inf/x before x/0
  fpu: Bound increment for scalbn

 fpu/softfloat.c | 17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)