Skip to content

Commit 4a43628

Browse files
authored
docs: fix trailing whitespace
Signed-off-by: Muhammad Haris <[email protected]>
1 parent 43992bb commit 4a43628

File tree

1 file changed

+0
-1
lines changed
  • lib/node_modules/@stdlib/blas/ext/base/sdsapxsumpw/src

1 file changed

+0
-1
lines changed

lib/node_modules/@stdlib/blas/ext/base/sdsapxsumpw/src/main.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ float API_SUFFIX(stdlib_strided_sdsapxsumpw_ndarray)( const CBLAS_INT N, const f
8383
}
8484
return sum;
8585
}
86-
8786
// Blocksize for pairwise summation: 128 (NOTE: decreasing the blocksize decreases rounding error as more pairs are summed, but also decreases performance. Because the inner loop is unrolled eight times, the blocksize is effectively `16`.)
8887
if ( N <= 128 ) {
8988
// Sum a block with 8 accumulators (by loop unrolling, we lower the effective blocksize to 16)...

0 commit comments

Comments
 (0)