1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

moved AVXVNNI function to core

This commit is contained in:
Abhishek Gola
2026-03-17 18:58:03 +05:30
parent f059d3b517
commit 2dec80044b
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
@@ -338,6 +339,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,