rust/crates/core_simd
Caleb Zulawski 43dabd1aea
Implement core::ops (#10)
* Add vector-vector arithmetic ops
* Add operators and integer conversions for masks
* Add unary traits
* Implement Index and IndexMut
* Implement by-ref ops for masks
* Document intrinsics
* Implement format traits for masks
* Add floating point ops tests
* Add integer tests
* Add mask tests
2020-10-01 19:50:15 -07:00
..
src Implement core::ops (#10) 2020-10-01 19:50:15 -07:00
tests Implement core::ops (#10) 2020-10-01 19:50:15 -07:00
Cargo.toml Add initial type implementations 2020-09-22 19:41:42 -04:00