Skip to content

Commit 64ff195

Browse files
committed
Auto-generated commit
1 parent 0db8d3d commit 64ff195

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/.keepalive

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

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ This release closes the following issue:
3434

3535
<details>
3636

37+
- [`62364f6`](https://github.com/stdlib-js/stdlib/commit/62364f62ea823a3b52c2ad25660ecd80c71f8f36) - **style:** fix C comment alignment _(by Philipp Burckhardt)_
3738
- [`297cdff`](https://github.com/stdlib-js/stdlib/commit/297cdffbf14b0f7cd87b0455b00d4a4fbf3b6cc3) - **test:** add tests to blas/ext/base/dnannsumbn2 [(#3205)](https://github.com/stdlib-js/stdlib/pull/3205) _(by Saurabh Singh, Philipp Burckhardt)_
3839
- [`15d040c`](https://github.com/stdlib-js/stdlib/commit/15d040c67472ca6ffb9b3ff9414e39f907ca8294) - **refactor:** remove unnecessary variable declaration [(#3185)](https://github.com/stdlib-js/stdlib/pull/3185) _(by Muhammad Haris)_
3940
- [`f80e82f`](https://github.com/stdlib-js/stdlib/commit/f80e82fac77275db101aaa28f61eebd7024e2c9f) - **refactor:** update `offset` handling and function parameter description for `blas/ext/base/dnannsumkbn2` [(#3123)](https://github.com/stdlib-js/stdlib/pull/3123) _(by Muhammad Haris)_

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)