primitives 0.1.0

Primitves Asm
1
2
3
4
5
6
7
8
9
#![feature(repr_simd)]
#![feature(const_trait_impl)]
#![feature(portable_simd)]
#[allow(dead_code)]
pub mod aliases;
pub mod bits;
pub mod bytes;
pub mod signature;
pub mod signed;