Skip to content

Commit e5a7b80

Browse files
authored
Merge pull request #163 from hhy3/fix_typo
Fix typo of simd/reduction.md
2 parents a0707a4 + e0fd9f8 commit e5a7b80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/english/hpc/simd/reduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ int sum_simd(v8si *a, int n) {
4646
}
4747
```
4848

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

5151
### Instruction-Level Parallelism
5252

0 commit comments

Comments
 (0)