Skip to content

Releases: JuliaMath/openlibm

v0.7.3: Merge pull request #219 from maleadt/tb/dont_export_fenv

18 Nov 11:48
c856101

Choose a tag to compare

Revert "Export `fenv` functions on all platforms (#213)"

Add support for aarch64-apple-darwin

22 Oct 01:28
b34f107

Choose a tag to compare

Fix Apple Silicon build (#214)

My previous Apple Silicon build went through, so I thought it already
worked, but it turns out it accidentally built an armv7 build instead.
This actually fixes the Apple Silicon build. One thing to note in
particular is that on Apple Silicong `long double` is the same as
`double` while on Linux `long double` is a 128 bit double-double
format.

Co-authored-by: Elliot Saba <[email protected]>

Export fenv functions on all platforms

02 Sep 16:33
5a27b4c

Choose a tag to compare

Export `fenv` functions on all platforms (#213)

Win32 has been using a hack to switch the `fenv` functions from `static`
to `DLLEXPORT`, we apply that hack to all platforms that do not use a
host `fenv.h`.

Support for more platforms

10 Dec 02:48

Choose a tag to compare

This release adds support for:

v0.6.0

18 Jun 21:27
a96f074

Choose a tag to compare

Merge pull request #130 from ginggs/enable-optimization-again

Enable optimization again for *int.c and *intf.c

v0.5.5: Merge pull request #162 from JuliaLang/aa/0.5.5

17 Oct 20:46

Choose a tag to compare

v0.5.4: Merge pull request #146 from twadleigh/dll-a-for-windows

13 Sep 20:14

Choose a tag to compare

v0.5.3

09 Aug 08:49

Choose a tag to compare

Bump version for Makefile change.

v0.5.2

06 Aug 15:01

Choose a tag to compare

BUMP VERSION

Build system fixes

17 May 21:01

Choose a tag to compare

Properly version openlibm library, add build system fixes for a variety of platforms.