Skip to content

Commit 93096a1

Browse files
committed
Update artifacts
1 parent bf04c1b commit 93096a1

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[119,119,100,5,5,100,1,1,100,119,119,100,"db33d47877ba78570cd012fd7264c96c277b1b87","2025-12-18 19:58:26 +0530"]
1+
[119,119,100,5,5,100,1,1,100,119,119,100,"b4175e20fafa22c4ca934c9f677d28772d3d61f4","2025-12-18 20:04:36 +0530"]

blas/ext/base/ndarray/dapx/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ <h1>All files</h1>
116116
<div class='footer quiet pad2 space-top1 center small'>
117117
Code coverage generated by
118118
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
119-
at 2025-12-18T14:31:18.628Z
119+
at 2025-12-18T14:35:41.535Z
120120
</div>
121121
<script src="prettify.js"></script>
122122
<script>

blas/ext/base/ndarray/dapx/index.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ <h1><a href="index.html">All files</a> index.js</h1>
211211
<div class='footer quiet pad2 space-top1 center small'>
212212
Code coverage generated by
213213
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
214-
at 2025-12-18T14:31:18.628Z
214+
at 2025-12-18T14:35:41.535Z
215215
</div>
216216
<script src="prettify.js"></script>
217217
<script>

blas/ext/base/ndarray/dapx/main.js.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ <h1><a href="index.html">All files</a> main.js</h1>
257257
* var y = x.data;
258258
* // returns &lt;Float64Array&gt;[ 6.0, 7.0, 8.0, 9.0 ]
259259
*/
260-
function ndapx( x, alpha ) {
260+
function dapx( x, alpha ) {
261261
var buf;
262262
var sx;
263263
var ox;
@@ -278,15 +278,15 @@ <h1><a href="index.html">All files</a> main.js</h1>
278278
&nbsp;
279279
// EXPORTS //
280280
&nbsp;
281-
module.exports = ndapx;
281+
module.exports = dapx;
282282
&nbsp;</pre></td></tr></table></pre>
283283

284284
<div class='push'></div><!-- for sticky footer -->
285285
</div><!-- /wrapper -->
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-12-18T14:31:18.628Z
289+
at 2025-12-18T14:35:41.535Z
290290
</div>
291291
<script src="prettify.js"></script>
292292
<script>

0 commit comments

Comments
 (0)