pub fn copy_block_unaligned_source<NQ>(src: *mut f32, dst: *mut f32, nquads: NQ) where NQ: TryInto<usize>, <NQ as TryInto<usize>>::Error: Debug,