Skip to content

Commit aa04578

Browse files
committed
Auto-generated commit
1 parent f16ac05 commit aa04578

File tree

5 files changed

+18
-11
lines changed

5 files changed

+18
-11
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2025-07-08)
7+
## Unreleased (2025-07-21)
88

99
<section class="features">
1010

@@ -33,6 +33,7 @@
3333

3434
<details>
3535

36+
- [`d559fd7`](https://github.com/stdlib-js/stdlib/commit/d559fd70de9ec9b1d72d22543876f380e4062c69) - **refactor:** update include header guards for single precision real packages [(#7710)](https://github.com/stdlib-js/stdlib/pull/7710) _(by Shabareesh Shetty)_
3637
- [`e039f2a`](https://github.com/stdlib-js/stdlib/commit/e039f2a6f7ff1b4141dba2d0f5a2fb8a03d7a9b8) - **fix:** consistently use constants instead of hardcoded numbers in unrolled BLAS loops _(by Philipp Burckhardt)_
3738
- [`09c9ceb`](https://github.com/stdlib-js/stdlib/commit/09c9ceb58c6dd23c10f1980094851983c57d693f) - **chore:** fix formatting _(by Athan Reines)_
3839
- [`51bf6f9`](https://github.com/stdlib-js/stdlib/commit/51bf6f9d2bb027aacecda87e02f957badbc246b0) - **bench:** fix formatting _(by Athan Reines)_
@@ -51,11 +52,12 @@
5152

5253
### Contributors
5354

54-
A total of 3 people contributed to this release. Thank you to the following contributors:
55+
A total of 4 people contributed to this release. Thank you to the following contributors:
5556

5657
- Aman Bhansali
5758
- Athan Reines
5859
- Philipp Burckhardt
60+
- Shabareesh Shetty
5961

6062
</section>
6163

CONTRIBUTORS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,15 @@ Aman Bhansali <bhansali.1@iitj.ac.in>
2323
AmanBhadkariya <140033975+AmanBhadkariya@users.noreply.github.com>
2424
Amisha Chhajed <136238836+amishhaa@users.noreply.github.com>
2525
Amit Jimiwal <amitjimiwal45@gmail.com>
26+
Anmol Sah <113588714+anmolsah@users.noreply.github.com>
2627
Annamalai Prabu <apfossdev@gmail.com>
2728
Anshu Kumar <132515490+anxhukumar@users.noreply.github.com>
2829
Anshu Kumar <contact.anshukumar@protonmail.com>
2930
Anudeep Sanapala <anudeep0306@gmail.com>
3031
Arihant Pal <arihant0pal@gmail.com>
3132
Aryan Bhirud <112156883+AryanBhirud@users.noreply.github.com>
3233
Athan Reines <kgryte@gmail.com>
34+
Atharva Patil <124063987+atharva-patil-23@users.noreply.github.com>
3335
Ayaka <73595362+USERSATOSHI@users.noreply.github.com>
3436
Bhavishy Agrawal <90029607+bhavishy2801@users.noreply.github.com>
3537
Brendan Graetz <bguiz@users.noreply.github.com>
@@ -44,6 +46,7 @@ Daniel Yu <40680511+Daniel777y@users.noreply.github.com>
4446
Debashis Maharana <debashismaharana7854@gmail.com>
4547
Deep Trivedi <128926685+thedeeppp@users.noreply.github.com>
4648
Deepak Singh <78257493+Deepak91168@users.noreply.github.com>
49+
Deepak Singh <negid0253@gmail.com>
4750
Desh Deepak Kant <118960904+DeshDeepakKant@users.noreply.github.com>
4851
Dev Goel <135586571+corsairier@users.noreply.github.com>
4952
Dhanyabad behera <110620935+dhanyabad11@users.noreply.github.com>
@@ -61,6 +64,7 @@ GURU PRASAD SHARMA <168292003+GURUPRASADSHARMA@users.noreply.github.com>
6164
Gaurav <gaurav70380@gmail.com>
6265
Gautam Kaushik <162317291+Kaushikgtm@users.noreply.github.com>
6366
Gautam sharma <gautamkrishnasharma1@gmail.com>
67+
GeoDaoyu <geodaoyu@foxmail.com>
6468
Girish Garg <garggirish2020@gmail.com>
6569
Golden Kumar <103646877+AuenKr@users.noreply.github.com>
6670
Gunj Joshi <gunjjoshi8372@gmail.com>
@@ -168,6 +172,7 @@ Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com>
168172
Shabareesh Shetty <139731143+ShabiShett07@users.noreply.github.com>
169173
Shashank Shekhar Singh <shashankshekharsingh1205@gmail.com>
170174
Shivam Ahir <11shivam00@gmail.com>
175+
Shivansh <114570926+shiv343@users.noreply.github.com>
171176
Shraddheya Shendre <shendreshraddheya@gmail.com>
172177
Shubh Mehta <93862397+Shubh942@users.noreply.github.com>
173178
Shubham Mishra <shubh622005@gmail.com>

include/stdlib/blas/base/sasum.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
/**
2020
* Header file containing function declarations for the C interface to the BLAS Level 1 routine `sasum`.
2121
*/
22-
#ifndef SASUM_H
23-
#define SASUM_H
22+
#ifndef STDLIB_BLAS_BASE_SASUM_H
23+
#define STDLIB_BLAS_BASE_SASUM_H
2424

2525
#include "stdlib/blas/base/shared.h"
2626

@@ -45,4 +45,4 @@ float API_SUFFIX(c_sasum_ndarray)( const CBLAS_INT N, const float *X, const CBLA
4545
}
4646
#endif
4747

48-
#endif // !SASUM_H
48+
#endif // !STDLIB_BLAS_BASE_SASUM_H

include/stdlib/blas/base/sasum_cblas.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
/**
2020
* Header file containing function declarations for the C interface to the CBLAS Level 1 routine `cblas_sasum`.
2121
*/
22-
#ifndef SASUM_CBLAS_H
23-
#define SASUM_CBLAS_H
22+
#ifndef STDLIB_BLAS_BASE_SASUM_CBLAS_H
23+
#define STDLIB_BLAS_BASE_SASUM_CBLAS_H
2424

2525
#include "stdlib/blas/base/shared"
2626

@@ -40,4 +40,4 @@ float API_SUFFIX(cblas_sasum)( const CBLAS_INT N, const float *X, const CBLAS_IN
4040
}
4141
#endif
4242

43-
#endif // !SASUM_CBLAS_H
43+
#endif // !STDLIB_BLAS_BASE_SASUM_CBLAS_H

include/stdlib/blas/base/sasum_fortran.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
/**
2020
* Header file containing function declarations for the Fortran interface to the BLAS Level 1 routine `sasum`.
2121
*/
22-
#ifndef SASUM_FORTRAN_H
23-
#define SASUM_FORTRAN_H
22+
#ifndef STDLIB_BLAS_BASE_SASUM_FORTRAN_H
23+
#define STDLIB_BLAS_BASE_SASUM_FORTRAN_H
2424

2525
/*
2626
* 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).
@@ -38,4 +38,4 @@ void sasumsub( const int *, const float *, const int *, float * );
3838
}
3939
#endif
4040

41-
#endif // !SASUM_FORTRAN_H
41+
#endif // !STDLIB_BLAS_BASE_SASUM_FORTRAN_H

0 commit comments

Comments
 (0)