Skip to content

Releases: JuliaMath/openlibm

Add support for aarch64-apple-darwin

22 Oct 01:28
b34f107
Compare
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
Compare
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
Compare
Choose a tag to compare

This release adds support for:

v0.6.0

18 Jun 21:27
a96f074
Compare
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
Compare
Choose a tag to compare

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

13 Sep 20:14
Compare
Choose a tag to compare

v0.5.3

09 Aug 08:49
Compare
Choose a tag to compare
Bump version for Makefile change.

v0.5.2

06 Aug 15:01
Compare
Choose a tag to compare
BUMP VERSION

Build system fixes

17 May 21:01
Compare
Choose a tag to compare

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

v0.5.0: PowerPC support and many small bugfixes and enhancements

08 Mar 13:16
Compare
Choose a tag to compare
Merge pull request #126 from JuliaLang/nl/includes2

More header fixes