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 4297097 commit bb2aa52Copy full SHA for bb2aa52
doc/src/base/simd-types.md
@@ -10,7 +10,7 @@ end
10
```
11
12
It has a special compilation rule: a homogeneous tuple of `VecElement{T}` maps to an LLVM `vector`
13
-type when `T` is a primitive bits type and the tuple length is in the set {2-6,8-10,16}.
+type when `T` is a primitive bits type.
14
15
At `-O3`, the compiler *might* automatically vectorize operations on such tuples. For example,
16
the following program, when compiled with `julia -O3` generates two SIMD addition instructions
0 commit comments