1
2
3
4
5
6
pub mod f32;

pub use self::f32::*;

#[repr(align(16))]
pub struct Align16<T>(T);