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.
2 parents a0707a4 + e0fd9f8 commit e5a7b80Copy full SHA for e5a7b80
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