1
2
3
4
5
6
7

//TODO: replace with builtin SIMD type

#[derive(Copy, Clone, Default, Debug)]
pub struct PDF([i16;16]);