Go to file
Nathan Vegdahl b9d0860957 Improved efficiency of non-SIMD implementation of Float4.
It was using bounds-checked indexing in the basic operations. Now
it's using non-bounds-checked indexing, since all of the indexing
is constants that we know to be within the bounds.
2015-12-26 18:34:09 -08:00
src Improved efficiency of non-SIMD implementation of Float4. 2015-12-26 18:34:09 -08:00
.gitignore First commit. 2015-12-26 00:38:29 -08:00
Cargo.lock First commit. 2015-12-26 00:38:29 -08:00
Cargo.toml First commit. 2015-12-26 00:38:29 -08:00