Skip to content

Releases: JuliaMath/openlibm

v0.8.7

Choose a tag to compare

@ViralBShah ViralBShah released this 03 Jun 19:56
9fbeafc

What's Changed

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

v0.8.6

Choose a tag to compare

@ViralBShah ViralBShah released this 07 Mar 20:49
1eeb139

What's Changed

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

v0.8.5

Choose a tag to compare

@ararslan ararslan released this 08 Jan 00:21
db24332

What's Changed

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

v0.8.4

Choose a tag to compare

@ViralBShah ViralBShah released this 09 Nov 13:41
c4667ca

What's Changed

New Contributors

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

v0.8.3

Choose a tag to compare

@ViralBShah ViralBShah released this 19 Jun 19:41
87e5f0b

What's Changed

New Contributors

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

v0.8.2

Choose a tag to compare

@ViralBShah ViralBShah released this 18 Feb 16:29
b42f035

What's Changed

New Contributors

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

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

Choose a tag to compare

@ViralBShah ViralBShah released this 19 Jan 23:45
ae2d916
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

Choose a tag to compare

@ViralBShah ViralBShah released this 14 Sep 16:35
ed7aea3
  • 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

Choose a tag to compare

@staticfloat staticfloat released this 17 Feb 17:04
f052f42
Fix incorrect results in `hypotl` near underflow

v0.7.4

Choose a tag to compare

@maleadt maleadt released this 03 Feb 06:44
5d70ac5
Merge pull request #221 from maleadt/tb/static_fenv