0
0
mirror of https://github.com/opencv/opencv.git synced 2026-01-18 17:21:42 +01:00

Added RISC-V RVV diagnostics for PNG.

This commit is contained in:
Alexander Smorkalov
2025-12-02 10:40:01 +03:00
parent 54d066b89c
commit 2c8cfdebde
2 changed files with 3 additions and 1 deletions

View File

@@ -1557,6 +1557,8 @@ elseif(WITH_PNG OR HAVE_PNG)
endif()
elseif(PNG_LOONGARCH_LSX)
status(" SIMD Support:" "YES (LoongArch LSX)")
elseif(PNG_RISCV_RVV)
status(" SIMD Support:" "YES (RISC-V RVV)")
else()
status(" SIMD Support:" "NO")
endif()