Skip to content

Commit

Permalink
Merge pull request algorithmica-org#163 from hhy3/fix_typo
Browse files Browse the repository at this point in the history
Fix typo of simd/reduction.md
  • Loading branch information
sslotin authored Aug 29, 2022
2 parents a0707a4 + e0fd9f8 commit e5a7b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/english/hpc/simd/reduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ int sum_simd(v8si *a, int n) {
}
```

You can use this approach for for other reductions, such as for finding the minimum or the xor-sum of an array.
You can use this approach for other reductions, such as for finding the minimum or the xor-sum of an array.

### Instruction-Level Parallelism

Expand Down

0 comments on commit e5a7b80

Please sign in to comment.