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: CHANGELOG.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
<sectionclass="release"id="unreleased">
6
6
7
-
## Unreleased (2025-06-25)
7
+
## Unreleased (2025-07-22)
8
8
9
9
<sectionclass="features">
10
10
@@ -23,6 +23,7 @@
23
23
24
24
<details>
25
25
26
+
-[`11f3cfa`](https://github.com/stdlib-js/stdlib/commit/11f3cfa5a658d7cb105aeb2578b7d72ea62f1e97) - **refactor:** update include header guards for double precision real packages [(#7711)](https://github.com/stdlib-js/stdlib/pull/7711)_(by Shabareesh Shetty)_
26
27
-[`7c9afed`](https://github.com/stdlib-js/stdlib/commit/7c9afed6a288c9e7d3048dfa0ac8f085759d73f4) - **chore:** minor clean-up _(by Philipp Burckhardt)_
Copy file name to clipboardExpand all lines: include/stdlib/blas/base/daxpy_fortran.h
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,8 @@
19
19
/**
20
20
* Header file containing function declarations for the Fortran interface to the BLAS Level 1 routine `daxpy`.
21
21
*/
22
-
#ifndefDAXPY_FORTRAN_H
23
-
#defineDAXPY_FORTRAN_H
22
+
#ifndefSTDLIB_BLAS_BASE_DAXPY_FORTRAN_H
23
+
#defineSTDLIB_BLAS_BASE_DAXPY_FORTRAN_H
24
24
25
25
/*
26
26
* If C++, prevent name mangling so that the compiler emits a binary file having undecorated names, thus mirroring the behavior of a C/Fortran compiler (a Fortran compiler must be configured to not attach underscores).
0 commit comments