Skip to content

Releases: JuliaMath/openlibm

v0.8.7

03 Jun 19:56
9fbeafc

Choose a tag to compare

What's Changed

Full Changelog: v0.8.6...v0.8.7

v0.8.6

07 Mar 20:49
1eeb139

Choose a tag to compare

What's Changed

Full Changelog: v0.8.5...v0.8.6

v0.8.5

08 Jan 00:21
db24332

Choose a tag to compare

What's Changed

Full Changelog: v0.8.4...v0.8.5

v0.8.4

09 Nov 13:41
c4667ca

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.3...v0.8.4

v0.8.3

19 Jun 19:41
87e5f0b

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.2...v0.8.3

v0.8.2

18 Feb 16:29
b42f035

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.1...v0.8.2

v0.8.1: Correctly round double precision sqrt (#256)

19 Jan 23:45
ae2d916

Choose a tag to compare

As discussed in https://github.com/JuliaLang/julia/pull/43786, openlibm's sqrt function is incorrectly rounded for i387. IEEE requires correct rounding for these functions and LLVM relies on it. Fix that by setting the precision in the FPU control word (see e.g. e_ceil.S for similar FPU modifications).

v0.8.0

14 Sep 16:35
ed7aea3

Choose a tag to compare

  • We have CI for all the major OSes
  • Assorted bugfixes
  • Windows ARM64 support
  • Some new exported APIs

v0.7.5: Merge pull request #228 from JuliaMath/aa/hypotl

17 Feb 17:04
f052f42

Choose a tag to compare

Fix incorrect results in `hypotl` near underflow

v0.7.4

03 Feb 06:44
5d70ac5

Choose a tag to compare

Merge pull request #221 from maleadt/tb/static_fenv