Skip to content

Commit

Permalink
missing word.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokathor committed Sep 27, 2020
1 parent 9f4fd1e commit 639e2d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -6,7 +6,7 @@ Code repository for the [Portable SIMD Project Group](https://github.com/rust-la

Currently the crate is organized so that each element type is a file, and then the 64-bit, 128-bit, 256-bit, and 512-bit vectors using those types are contained in said file.

All types are then exported as a single, flat
All types are then exported as a single, flat module.

Depending on the size of the primitive type, the number of lanes the vector will have varies. For example, 128-bit vectors have four `f32` lanes and two `f64` lanes.

Expand Down

0 comments on commit 639e2d2

Please sign in to comment.