You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ReleaseNotes.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,8 @@ Build system:
96
96
- Disabled `armsve` on Windows due to build failures. (Hernan Martinez, Atsushi Tatsuma)
97
97
- Added integer `BLIS_VERSION_{MAJOR,MINOR,REVISION}` macros to `blis.h` so that users can check BLIS version compatibility through the C preprocessor.
98
98
- Moved `#include <omp.h>` from `blis.h` to the relevant source files. (Melven Roehrig-Zoellner)
99
+
- Disable building KNL with gcc 15. (Dave Love)
100
+
- Improved support for NVIDIA Fortran compilers (ifx and nvfortran), particularly in terms of selecting the correct method for returning complex numbers. (Jeff Hammond)
99
101
100
102
Testing:
101
103
- test/3 drivers now allow using the "default" induced method, rather than forcing native or 1m operation. (Field Van Zee, Leick Robinson)
0 commit comments