rust/crates/core_simd/src/vector
Jubilee Young 39fb223385 Partially carve macros.rs into other files
The base impl_vector! in macros.rs is staying put for the moment as
it must go first before everything in order to work.

Everything else, like transmutes, specific type impls, etc. have
been moved into appropriate files elsewhere to subdivide concerns.
2021-02-21 17:32:23 -08:00
..
float.rs Partially carve macros.rs into other files 2021-02-21 17:32:23 -08:00
int.rs Partially carve macros.rs into other files 2021-02-21 17:32:23 -08:00
uint.rs Partially carve macros.rs into other files 2021-02-21 17:32:23 -08:00