Skip to content

Commit

Permalink
chore: apply review suggestions
Browse files Browse the repository at this point in the history
Co-authored-by: Philipp Burckhardt <[email protected]>
Signed-off-by: Muhammad Haris <[email protected]>
  • Loading branch information
headlessNode and Planeshifter authored Nov 26, 2024
1 parent 89dcca1 commit faa100b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ double API_SUFFIX(stdlib_strided_dsnansumpw_ndarray)( const CBLAS_INT N, const f
ix += strideX;
}
// Pairwise sum the accumulators:
sum = ( (s0+s1) + (s2+s3)) + ((s4+s5) + (s6+s7) );
sum = ( (s0+s1) + (s2+s3) ) + ( (s4+s5) + (s6+s7) );

// Clean-up loop...
for (; i < N; i++ ) {
Expand Down

0 comments on commit faa100b

Please sign in to comment.