Skip to content

Commit 86e245f

Browse files
committed
Update artifacts
1 parent 281e977 commit 86e245f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+62
-57
lines changed

blas/ext/base/scusumors/coverage.ndjson

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
[418,418,100,27,27,100,4,4,100,418,418,100,"23fba1c12a6ed102c00e7831aeb8cde2be56cff0","2024-03-20 20:01:12 -0700"]
33
[418,418,100,27,27,100,4,4,100,418,418,100,"f36cfab3875404fd9c58b6e2a6fedca5e04cb4d9","2024-03-23 21:18:39 -0400"]
44
[383,383,100,17,17,100,4,4,100,383,383,100,"a1edb830ac6e7bb3297bddd7b5bcd4e34a51eee3","2025-01-19 00:27:50 -0800"]
5+
[383,383,100,17,17,100,4,4,100,383,383,100,"74577238d8a2c72ecd1011dfd54d028034c68531","2025-06-07 12:56:25 -0700"]

blas/ext/base/scusumors/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ <h1><a href="../../../../../index.html">All files</a> blas/ext/base/scusumors/li
191191
<div class='footer quiet pad2 space-top1 center small'>
192192
Code coverage generated by
193193
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
194-
at 2025-01-19T08:29:13.128Z
194+
at 2025-06-07T19:57:51.780Z
195195
</div>
196196
<script src="../../../../../prettify.js"></script>
197197
<script>

blas/ext/base/scusumors/index.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">bla
280280
<div class='footer quiet pad2 space-top1 center small'>
281281
Code coverage generated by
282282
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
283-
at 2025-01-19T08:29:13.128Z
283+
at 2025-06-07T19:57:51.780Z
284284
</div>
285285
<script src="../../../../../prettify.js"></script>
286286
<script>

blas/ext/base/scusumors/main.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">bla
175175
<div class='footer quiet pad2 space-top1 center small'>
176176
Code coverage generated by
177177
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
178-
at 2025-01-19T08:29:13.128Z
178+
at 2025-06-07T19:57:51.780Z
179179
</div>
180180
<script src="../../../../../prettify.js"></script>
181181
<script>

blas/ext/base/scusumors/native.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">bla
175175
<div class='footer quiet pad2 space-top1 center small'>
176176
Code coverage generated by
177177
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
178-
at 2025-01-19T08:29:13.128Z
178+
at 2025-06-07T19:57:51.780Z
179179
</div>
180180
<script src="../../../../../prettify.js"></script>
181181
<script>

blas/ext/base/scusumors/ndarray.js.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">bla
229229
&nbsp;
230230
// MODULES //
231231
&nbsp;
232-
var float64ToFloat32 = require( '@stdlib/number/float64/base/to-float32' );
232+
var f32 = require( '@stdlib/number/float64/base/to-float32' );
233233
&nbsp;
234234
&nbsp;
235235
// MAIN //
@@ -267,7 +267,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">bla
267267
ix = offsetX;
268268
iy = offsetY;
269269
for ( i = 0; i &lt; N; i++ ) {
270-
sum = float64ToFloat32( sum + x[ ix ] );
270+
sum = f32( sum + x[ ix ] );
271271
y[ iy ] = sum;
272272
ix += strideX;
273273
iy += strideY;
@@ -286,7 +286,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">bla
286286
<div class='footer quiet pad2 space-top1 center small'>
287287
Code coverage generated by
288288
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
289-
at 2025-01-19T08:29:13.128Z
289+
at 2025-06-07T19:57:51.780Z
290290
</div>
291291
<script src="../../../../../prettify.js"></script>
292292
<script>

blas/ext/base/scusumors/ndarray.native.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">bla
244244
<div class='footer quiet pad2 space-top1 center small'>
245245
Code coverage generated by
246246
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
247-
at 2025-01-19T08:29:13.128Z
247+
at 2025-06-07T19:57:51.780Z
248248
</div>
249249
<script src="../../../../../prettify.js"></script>
250250
<script>

blas/ext/base/scusumors/scusumors.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">bla
241241
<div class='footer quiet pad2 space-top1 center small'>
242242
Code coverage generated by
243243
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
244-
at 2025-01-19T08:29:13.128Z
244+
at 2025-06-07T19:57:51.780Z
245245
</div>
246246
<script src="../../../../../prettify.js"></script>
247247
<script>

blas/ext/base/scusumors/scusumors.native.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">bla
238238
<div class='footer quiet pad2 space-top1 center small'>
239239
Code coverage generated by
240240
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
241-
at 2025-01-19T08:29:13.128Z
241+
at 2025-06-07T19:57:51.780Z
242242
</div>
243243
<script src="../../../../../prettify.js"></script>
244244
<script>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[450,450,100,26,26,100,4,4,100,450,450,100,"f95e706ed33176af97b5ac72fe06d86931838354","2024-03-20 22:10:45 -0400"]
22
[450,450,100,26,26,100,4,4,100,450,450,100,"23fba1c12a6ed102c00e7831aeb8cde2be56cff0","2024-03-20 20:01:12 -0700"]
33
[415,415,100,18,18,100,4,4,100,415,415,100,"6560077508ae3c79fbe9ba1e2f90ec6f5e610db8","2025-01-19 15:02:15 -0800"]
4+
[415,415,100,18,18,100,4,4,100,415,415,100,"74577238d8a2c72ecd1011dfd54d028034c68531","2025-06-07 12:56:25 -0700"]

0 commit comments

Comments
 (0)