Path: blob/main/lib/libc/softfloat/softfloat-history.txt
39476 views
$NetBSD: softfloat-history.txt,v 1.1 2000/06/06 08:15:08 bjh21 Exp $12History of Major Changes to SoftFloat, up to Release 2a34John R. Hauser51998 December 16678- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -9Release 2a (1998 December)1011-- Added functions to convert between 64-bit integers (int64) and all12supported floating-point formats.1314-- Fixed a bug in all 64-bit-version square root functions except15`float32_sqrt' that caused the result sometimes to be off by 1 unit in16the last place (1 ulp) from what it should be. (Bug discovered by Paul17Donahue.)1819-- Improved the makefiles.2021- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -22Release 2 (1997 June)2324-- Created the 64-bit (bits64) version, adding the floatx80 and float12825formats.2627-- Changed the source directory structure, splitting the sources into a28`bits32' and a `bits64' version. Renamed `environment.h' to `milieu.h'29(to avoid confusion with environment variables).3031-- Fixed a small error that caused `float64_round_to_int' often to round the32wrong way in nearest/even mode when the operand was between 2^20 and 2^2133and halfway between two integers.3435- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -36Release 1a (1996 July)3738-- Corrected a mistake that caused borderline underflow cases not to raise39the underflow flag when they should have. (Problem reported by Doug40Priest.)4142-- Added the `float_detect_tininess' variable to control whether tininess is43detected before or after rounding.4445- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -46Release 1 (1996 July)4748-- Original release.4950- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -51525354