• Stuart Swales's avatar
    [535] fminf(x,y) / fmaxf(x,y) corrupt result for equal non-zero parameters · ebee6f7d
    Stuart Swales authored
    Detail:
      fminf(x,y) / fmaxf(x,y) corrupted the result when x==y and x!=0.0 due to
      ANDing/ORRing a single precision register with the high word of a double
      precision register pair when fixing up signs for mixed +/- 0 parameters
      in an analogous fashion to fmax/fmin (which are correct).
    
    Version 6.11. Tagged as 'RISC_OSLib-6_11'
    ebee6f7d
VersionASM 850 Bytes