⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 softfloat-history.txt

📁 <Floating Point Unit Core> fpupack.vhd pre_norm_addsub.vhd addsub_28.vhd post_norm_addsub.
💻 TXT
字号:

History of Major Changes to SoftFloat, up to Release 2b

John R. Hauser
2002 May 27


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Release 2b (2002 May)

-- Made minor updates to the documentation, including improved wording of
   the legal restrictions on using SoftFloat.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
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.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -