From 20b480e8753e50c3a51cb138e7736efa8207fed3 Mon Sep 17 00:00:00 2001 From: Michael Platings Date: Tue, 12 Nov 2024 11:31:41 +0000 Subject: [PATCH] Update changelog for multithreading some color conversions --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18ef579e0..a99014137 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ This changelog aims to follow the guiding principles of Previously the build scripts had additional checks that attempted to identify whether the compiler supported SVE2/SME2 - these checks have been removed. - The default setting for `KLEIDICV_ENABLE_SVE2` is on for some popular compilers known to support SVE2, otherwise off. - `KLEIDICV_ENABLE_SME2` defaults to off. This is because the ACLE SME specification has not yet been finalized. +- In the OpenCV HAL, cvtColor for gray-RGBA & BGRA-RGBA are multithreaded. ## 0.2.0 - 2024-09-30 -- GitLab