Simd & fill optimizations #1628
Labels
B-compiler
Breakage: needs compiler upgrade
B-value
Breakage: changes output values
C-optimisation
P-low
Priority: Low
#1579 notes some unfinished business:
Optimizing
Fill
for such cases may not be possible without specialization, and even then it's unclear if we'd want to due to the implied value-breaking changes.Optimizing SIMD impls would require either specialization or replacing the generic
Simd<$ty, LANES>
impls with a (large) number of specific impls.The text was updated successfully, but these errors were encountered: