We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0707a4 commit e0fd9f8Copy full SHA for e0fd9f8
content/english/hpc/simd/reduction.md
@@ -46,7 +46,7 @@ int sum_simd(v8si *a, int n) {
46
}
47
```
48
49
-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.
50
51
### Instruction-Level Parallelism
52
0 commit comments