Skip to content

Commit a85c56c

Browse files
committed
Auto-generated commit
1 parent 2e8ca64 commit a85c56c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,7 @@ A total of 22 issues were closed in this release:
483483

484484
<details>
485485

486+
- [`6279e52`](https://github.com/stdlib-js/stdlib/commit/6279e527265742e1630811edb2b633f1f88b7e67) - **bench:** fix overflow _(by Athan Reines)_
486487
- [`09c9ceb`](https://github.com/stdlib-js/stdlib/commit/09c9ceb58c6dd23c10f1980094851983c57d693f) - **chore:** fix formatting _(by Athan Reines)_
487488
- [`51bf6f9`](https://github.com/stdlib-js/stdlib/commit/51bf6f9d2bb027aacecda87e02f957badbc246b0) - **bench:** fix formatting _(by Athan Reines)_
488489
- [`f592413`](https://github.com/stdlib-js/stdlib/commit/f592413491ad000ffa6d8d257ca0a8cd5c39942c) - **test:** add test cases for `blas/base/sgemv` [(#7125)](https://github.com/stdlib-js/stdlib/pull/7125) _(by Shabareesh Shetty, Athan Reines)_

base/cscal/benchmark/fortran/benchmark.length.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ end subroutine cscal
152152
! ..
153153
call random_number( r1 )
154154
call random_number( r2 )
155-
alpha = cmplx( (real(r1)*5.0), (real(r2)*5.0) )
155+
alpha = cmplx( (real(r1)*0.5), (real(r2)*0.5) )
156156
do i = 1, len
157157
call random_number( r1 )
158158
call random_number( r2 )

0 commit comments

Comments
 (0)