Skip to content

Commit e0fd9f8

Browse files
committed
Fix typo
Signed-off-by: zh Wang <[email protected]>
1 parent a0707a4 commit e0fd9f8

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)