Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,8 @@ tape( 'the function supports specifying the strides of the first and second dime

/* eslint-disable array-element-newline, no-multi-spaces, no-mixed-spaces-and-tabs */

// editorconfig-checker-disable

A = new Float32Array([
1, 999, 2, 999, 3, 999,
999, 999, 999, 999, 999, 999,
Expand All @@ -470,6 +472,8 @@ tape( 'the function supports specifying the strides of the first and second dime
999, 999, 999, 999, 999, 999
]);

// editorconfig-checker-enable

/* eslint-enable array-element-newline, no-multi-spaces, no-mixed-spaces-and-tabs */

out = new Float32Array( M*N );
Expand Down