Skip to content

Commit d099e6b

Browse files
committed
Auto-generated commit
1 parent 04051f1 commit d099e6b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232

3333
<details>
3434

35+
- [`62364f6`](https://github.com/stdlib-js/stdlib/commit/62364f62ea823a3b52c2ad25660ecd80c71f8f36) - **style:** fix C comment alignment _(by Philipp Burckhardt)_
3536
- [`6a0d6b8`](https://github.com/stdlib-js/stdlib/commit/6a0d6b861f8e2079a501ca4e46a9175440eedb46) - **style:** update to use tabs for indentation _(by Philipp Burckhardt)_
3637
- [`ec233ec`](https://github.com/stdlib-js/stdlib/commit/ec233ec9cadd6f17a72dafa5e79b7eeee5a821eb) - **feat:** add C `ndarray` API and refactor `blas/ext/base/dnannsumpw` [(#2994)](https://github.com/stdlib-js/stdlib/pull/2994) _(by Muhammad Haris, Athan Reines, stdlib-bot)_
3738
- [`e4de24f`](https://github.com/stdlib-js/stdlib/commit/e4de24f1e086063876214e73f1f6b659dc624eb1) - **fix:** resolve bugs in addon.c files _(by Philipp Burckhardt)_

benchmark/c/benchmark.length.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ static double rand_double( void ) {
9393
*
9494
* @param iterations number of iterations
9595
* @param len array length
96-
* @return elapsed time in seconds
96+
* @return elapsed time in seconds
9797
*/
9898
static double benchmark1( int iterations, int len ) {
9999
double elapsed;
@@ -133,7 +133,7 @@ static double benchmark1( int iterations, int len ) {
133133
*
134134
* @param iterations number of iterations
135135
* @param len array length
136-
* @return elapsed time in seconds
136+
* @return elapsed time in seconds
137137
*/
138138
static double benchmark2( int iterations, int len ) {
139139
double elapsed;

0 commit comments

Comments
 (0)