Skip to content

Commit

Permalink
chore: code review
Browse files Browse the repository at this point in the history
  • Loading branch information
aayush0325 authored Jan 24, 2025
1 parent eb1aae6 commit a00e659
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function gsumpw( N, x, strideX, offsetX ) {
if ( strideX === 0 ) {
return N * get( xbuf, ix );
}
s = 0.0;

if ( N <= 8 ) {
s = 0.0;
for ( i = 0; i < N; i++ ) {
Expand Down

0 comments on commit a00e659

Please sign in to comment.