Skip to content

Commit bb2aa52

Browse files
authored
Update VecElement description (#34536)
* Update VecElement description Remove restriction that does not apply any more.
1 parent 4297097 commit bb2aa52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/base/simd-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ end
1010
```
1111

1212
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}.
13+
type when `T` is a primitive bits type.
1414

1515
At `-O3`, the compiler *might* automatically vectorize operations on such tuples. For example,
1616
the following program, when compiled with `julia -O3` generates two SIMD addition instructions

0 commit comments

Comments
 (0)