Skip to content

Releases: JuliaLinearAlgebra/libblastrampoline

Add `cblas_sdot` and `cblas_ddot` to cblas workaround

08 Mar 23:36

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.0.1...v5.0.2

Fix infinite loop bug

02 Feb 20:13

Choose a tag to compare

What's Changed

  • Release v5.0.1, fixing complex retstyle infinite loop bug by @staticfloat in #62

Full Changelog: v5.0.0...v5.0.1

Add complex return style and CBLAS workarounds

02 Feb 03:47

Choose a tag to compare

What's Changed

  • Add complex return style detection and cblas_*_sub workaround by @staticfloat in #61

Full Changelog: v4.1.0...v5.0.0

Add strict mode and SOVERSION

02 Feb 03:46

Choose a tag to compare

What's Changed

Full Changelog: v4.0.0...v4.1.0

Dual-interface library support

20 Jan 00:35

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.0...v4.0.0

v3.1.0

10 Oct 14:13
c6c7bc5

Choose a tag to compare

What's Changed

New Contributors

  • @vazub made their first contribution in #43

Full Changelog: v3.0.4...v3.1.0

Fix armv7l interface detection

07 Apr 04:05
23de7a0

Choose a tag to compare

What's Changed

  • Add missing underscore by @pabloferz in #37
  • Fix armv7l BLAS interface autodetection by @staticfloat in #38

New Contributors

  • @pabloferz made their first contribution in #37

Full Changelog: v3.0.3...v3.0.4

Fix armv7l trampolines

07 Apr 04:05
7b502b7

Choose a tag to compare

What's Changed

Full Changelog: v3.0.2...v3.0.3

Fix MKL thread setter segfault

02 Mar 00:42

Choose a tag to compare

What's Changed

  • Use the properly-capitalized C-ABI MKL threading interface by @staticfloat in #32

Full Changelog: v3.0.1...v3.0.2

Fix MKL crashiness

27 Feb 02:36

Choose a tag to compare

Apparently, mixing MKL and OpenBLAS causes crashes if we dlclose() things.

What's Changed

Full Changelog: v3.0.0...v3.0.1