Home
last modified time | relevance | path

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

/third_party/openh264/codec/common/inc/
Dcpu_core.h81 #define WELS_CPU_AVX512VL 0x00800000 /* AVX512VL */ macro
/third_party/openh264/codec/common/src/
Dcpu.cpp154 if (uiFeatureC & 0x80000000) uiCPU |= WELS_CPU_AVX512VL; in WelsCPUFeatureDetect()