Skip to content

Commit f86e3bc

Browse files
committed
Update artifacts
1 parent f981674 commit f86e3bc

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

blas/base/sger/base.js.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -378,9 +378,9 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
378378
if ( y[ iy1 ] !== 0.0 ) {
379379
tmp = f32( alpha * y[ iy1 ] );
380380
ix1 = offsetX;
381-
oa = offsetA + (sa1*i1);
381+
oa = offsetA + ( sa1 * i1 );
382382
for ( i0 = 0; i0 &lt; M; i0++ ) {
383-
A[ oa+(sa0*i0) ] += f32( x[ ix1 ] * tmp );
383+
A[ oa + ( sa0 * i0 ) ] += f32( x[ ix1 ] * tmp );
384384
ix1 += strideX;
385385
}
386386
}
@@ -393,9 +393,9 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
393393
if ( x[ ix1 ] !== 0.0 ) {
394394
tmp = f32( alpha * x[ ix1 ] );
395395
iy1 = offsetY;
396-
oa = offsetA + (sa1*i1);
396+
oa = offsetA + ( sa1 * i1 );
397397
for ( i0 = 0; i0 &lt; N; i0++ ) {
398-
A[ oa+(sa0*i0) ] += f32( y[ iy1 ] * tmp );
398+
A[ oa + ( sa0 * i0 ) ] += f32( y[ iy1 ] * tmp );
399399
iy1 += strideY;
400400
}
401401
}
@@ -415,7 +415,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
415415
<div class='footer quiet pad2 space-top1 center small'>
416416
Code coverage generated by
417417
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
418-
at 2025-06-12T17:23:35.402Z
418+
at 2025-06-12T17:25:06.316Z
419419
</div>
420420
<script src="../../../../prettify.js"></script>
421421
<script>

blas/base/sger/coverage.ndjson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[407,407,100,44,44,100,3,3,100,407,407,100,"3af15cc55e6378ce8703d1d2a2bcaa492767a6ab","2025-06-12 22:52:24 +0530"]
1+
[407,407,100,44,44,100,3,3,100,407,407,100,"d510cbb2fb54f67ce85dc0da73fe5b9475622153","2025-06-12 22:54:07 +0530"]

blas/base/sger/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ <h1><a href="../../../../index.html">All files</a> blas/base/sger/lib</h1>
161161
<div class='footer quiet pad2 space-top1 center small'>
162162
Code coverage generated by
163163
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
164-
at 2025-06-12T17:23:35.402Z
164+
at 2025-06-12T17:25:06.316Z
165165
</div>
166166
<script src="../../../../prettify.js"></script>
167167
<script>

blas/base/sger/index.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
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-06-12T17:23:35.402Z
289+
at 2025-06-12T17:25:06.316Z
290290
</div>
291291
<script src="../../../../prettify.js"></script>
292292
<script>

blas/base/sger/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">blas/b
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-06-12T17:23:35.402Z
178+
at 2025-06-12T17:25:06.316Z
179179
</div>
180180
<script src="../../../../prettify.js"></script>
181181
<script>

blas/base/sger/ndarray.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
322322
<div class='footer quiet pad2 space-top1 center small'>
323323
Code coverage generated by
324324
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
325-
at 2025-06-12T17:23:35.402Z
325+
at 2025-06-12T17:25:06.316Z
326326
</div>
327327
<script src="../../../../prettify.js"></script>
328328
<script>

blas/base/sger/sger.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
373373
<div class='footer quiet pad2 space-top1 center small'>
374374
Code coverage generated by
375375
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
376-
at 2025-06-12T17:23:35.402Z
376+
at 2025-06-12T17:25:06.316Z
377377
</div>
378378
<script src="../../../../prettify.js"></script>
379379
<script>

0 commit comments

Comments
 (0)