diff --git a/CHANGELOG.md b/CHANGELOG.md index ef38c3c79e0f2c34ecb97ce0bf6fd1678358d9d2..540529b881ea5a120d2cbd2baa4f809afc2ab19c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ This changelog aims to follow the guiding principles of - Median Blur for generic kernels (odd-sized only, max kernel size 255x255), Neon backend only. - Gaussian Blur for any odd kernel size (up to 255x255) with replicated borders - Conversion from packed YUV 4:4:4 (interleaved and non-subsampled) to RGBA/BGRA. +- Add SME2 version of saturating add with multivector loads and stores. It is marked as experimental as it is not covered by CI as of now. ### Changed - Performance of Gaussian Blur is greatly improved in return for some accuracy.