1//TODO: replace with builtin SIMD type 2 3// FIXME!!! 4#[allow(dead_code)] 5#[derive(Copy, Clone, Default, Debug)] 6pub struct PDF([i16; 16]);