simde icon indicating copy to clipboard operation
simde copied to clipboard

Correct the errors reported by gcc 12 #951

Open Lithrein opened this issue 1 year ago • 0 comments

gcc 12 reports out-of-bounds accesses in simde_mm_maskload_pd, simde_mm256_maskload_ps, simde_mm_maskload_epi64. This commit fixes the mismatching sizes as reported by gcc 12.

Lithrein avatar Aug 25 '22 15:08 Lithrein