1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

added AVXX VNNI support

This commit is contained in:
Abhishek Gola
2026-03-20 13:20:31 +05:30
parent f6aceee13b
commit ff2e6358fd
2 changed files with 9 additions and 0 deletions
@@ -274,6 +274,7 @@ namespace cv {
#define CV_CPU_AVX_512VPOPCNTDQ 25
#define CV_CPU_AVX_5124VNNIW 26
#define CV_CPU_AVX_5124FMAPS 27
#define CV_CPU_AVX_VNNI 28
#define CV_CPU_NEON 100
#define CV_CPU_NEON_DOTPROD 101
@@ -337,6 +338,7 @@ enum CpuFeatures {
CPU_AVX_512VPOPCNTDQ= 25,
CPU_AVX_5124VNNIW = 26,
CPU_AVX_5124FMAPS = 27,
CPU_AVX_VNNI = 28,
CPU_NEON = 100,
CPU_NEON_DOTPROD = 101,