X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=StdLib%2FLibC%2FSoftfloat%2Fsoftfloat-history.txt;fp=StdLib%2FLibC%2FSoftfloat%2Fsoftfloat-history.txt;h=0000000000000000000000000000000000000000;hp=5e2732a8fac736f932e54c0d49a84e09187ee236;hb=964f432b9b0afe103c41c7613fade3e699118afe;hpb=e2d3a25f1a3135221a9c8061e1b8f90245d727eb diff --git a/StdLib/LibC/Softfloat/softfloat-history.txt b/StdLib/LibC/Softfloat/softfloat-history.txt deleted file mode 100644 index 5e2732a8fa..0000000000 --- a/StdLib/LibC/Softfloat/softfloat-history.txt +++ /dev/null @@ -1,52 +0,0 @@ -$NetBSD: softfloat-history.txt,v 1.1 2000/06/06 08:15:08 bjh21 Exp $ - -History of Major Changes to SoftFloat, up to Release 2a - -John R. Hauser -1998 December 16 - - -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Release 2a (1998 December) - --- Added functions to convert between 64-bit integers (int64) and all - supported floating-point formats. - --- Fixed a bug in all 64-bit-version square root functions except - `float32_sqrt' that caused the result sometimes to be off by 1 unit in - the last place (1 ulp) from what it should be. (Bug discovered by Paul - Donahue.) - --- Improved the makefiles. - -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Release 2 (1997 June) - --- Created the 64-bit (bits64) version, adding the floatx80 and float128 - formats. - --- Changed the source directory structure, splitting the sources into a - `bits32' and a `bits64' version. Renamed `environment.h' to `milieu.h' - (to avoid confusion with environment variables). - --- Fixed a small error that caused `float64_round_to_int' often to round the - wrong way in nearest/even mode when the operand was between 2^20 and 2^21 - and halfway between two integers. - -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Release 1a (1996 July) - --- Corrected a mistake that caused borderline underflow cases not to raise - the underflow flag when they should have. (Problem reported by Doug - Priest.) - --- Added the `float_detect_tininess' variable to control whether tininess is - detected before or after rounding. - -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Release 1 (1996 July) - --- Original release. - -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -