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