Commit cb8af1c6d4

Andrew Kelley <andrew@ziglang.org>
2019-11-05 19:39:56
Merge branch 'vector-element-access'
This introduces the concept of vector index being part of a pointer type. This avoids vectors having well-defined in-memory layout, and allows vectors of any integer bit width to work the same way. When a vector is indexed with a scalar, this is vector element access, which this branch implements. When a vector is indexed with a vector, this is gather/scatter, which is not implemented in this branch. closes #3575 closes #3580
Changed files (0)
(no files)