From 15601931ffec6362410843d8352486d9beb21137 Mon Sep 17 00:00:00 2001 From: Mark Horvath Date: Thu, 31 Jul 2025 10:08:20 +0000 Subject: [PATCH] Extend the changelog with SME2 add --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef38c3c7..540529b8 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. -- GitLab