Skip to content

Commit f236f57

Browse files
Update README.md
Co-authored-by: Jacob Lifshay <programmerjake@gmail.com>
1 parent ee9a23f commit f236f57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The supported element types are as follows:
5050
* **Masks:** 8-bit, 16-bit, 32-bit, 64-bit, and `usize`-sized masks
5151

5252
Floating point, signed integers, and unsigned integers are the [primitive types](https://doc.rust-lang.org/core/primitive/index.html) you're already used to.
53-
The mask types are "truthy" values, like `bool`, but have an unspecified layout in the vector type and cannot be constructed outside of a vector.
53+
The mask types have elements that are "truthy" values, like `bool`, but have an unspecified layout because different architectures prefer different layouts for mask types.
5454

5555
[simd-guide]: ./beginners-guide.md
5656
[zulip-project-portable-simd]: https://rust-lang.zulipchat.com/#narrow/stream/257879-project-portable-simd

0 commit comments

Comments
 (0)