43dabd1aea
* 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
5 lines
47 B
Rust
5 lines
47 B
Rust
#[macro_use]
|
|
pub mod biteq;
|
|
|
|
pub mod lanewise;
|