Skip to content

Commit 1885a65

Browse files
committed
Auto-generated commit
1 parent b5371cf commit 1885a65

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
<details>
2424

25+
- [`62364f6`](https://github.com/stdlib-js/stdlib/commit/62364f62ea823a3b52c2ad25660ecd80c71f8f36) - **style:** fix C comment alignment _(by Philipp Burckhardt)_
2526
- [`5c40302`](https://github.com/stdlib-js/stdlib/commit/5c4030282872bb10818edea642da92bad5f6dfdc) - **feat:** add C `ndarray` API and refactor `blas/ext/base/dsnansum` [(#3268)](https://github.com/stdlib-js/stdlib/pull/3268) _(by Muhammad Haris)_
2627
- [`272ae7a`](https://github.com/stdlib-js/stdlib/commit/272ae7ac5c576c68cfab1b6e304c86407faa20cd) - **docs:** remove comment _(by Athan Reines)_
2728
- [`2777e4b`](https://github.com/stdlib-js/stdlib/commit/2777e4be161869d09406e3b17947d24c64b47af2) - **bench:** resolve lint errors in benchmarks _(by Athan Reines)_
@@ -36,10 +37,11 @@
3637

3738
### Contributors
3839

39-
A total of 2 people contributed to this release. Thank you to the following contributors:
40+
A total of 3 people contributed to this release. Thank you to the following contributors:
4041

4142
- Athan Reines
4243
- Muhammad Haris
44+
- Philipp Burckhardt
4345

4446
</section>
4547

benchmark/c/benchmark.length.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ static float rand_float( void ) {
9292
*
9393
* @param iterations number of iterations
9494
* @param len array length
95-
* @return elapsed time in seconds
95+
* @return elapsed time in seconds
9696
*/
9797
static double benchmark1( int iterations, int len ) {
9898
double elapsed;
@@ -130,7 +130,7 @@ static double benchmark1( int iterations, int len ) {
130130
*
131131
* @param iterations number of iterations
132132
* @param len array length
133-
* @return elapsed time in seconds
133+
* @return elapsed time in seconds
134134
*/
135135
static double benchmark2( int iterations, int len ) {
136136
double elapsed;

0 commit comments

Comments
 (0)