Home
last modified time | relevance | path

Searched refs:WELS_CPU_AVX512CD (Results 1 – 2 of 2) sorted by relevance

/third_party/openh264/codec/common/inc/
Dcpu_core.h78 #define WELS_CPU_AVX512CD 0x00100000 /* AVX512CD */ macro
/third_party/openh264/codec/common/src/
Dcpu.cpp151 if (uiFeatureC & 0x10000000) uiCPU |= WELS_CPU_AVX512CD; in WelsCPUFeatureDetect()