CVSROOT: /cvs Module name: src Changes by: marty...@cvs.openbsd.org 2015/07/19 11:31:47
Modified files: lib/libm/src/ld80: s_nextafterl.c Log message: Make exponents of x and y signed and fix esx and esy comparisons. The offending input in gfortran's round_4.f90 was nextafterl(0.10000000000000000000135525271560688L, -INFINITY) which caused an ulp addition rather than subtraction. Reported by John Marino @ DragonFlyBSD.