Skip to content

Optimize existing SVE2/SME2 Gaussian blur code

Igor Podgainoi requested to merge fix-gaussian-sc-optimize into main

In 5x5 and 7x7 Gaussian kernel SVE2/SME2 implementations, do not use vectors of constants, prefer immediates instead.

Merge request reports