Home
last modified time | relevance | path

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

/third_party/openh264/codec/common/inc/
Dcpu_core.h77 #define WELS_CPU_AVX512F 0x00080000 /* AVX512F */ macro
/third_party/openh264/codec/common/src/
Dcpu.cpp150 if (uiFeatureC & 0x10000) uiCPU |= WELS_CPU_AVX512F; in WelsCPUFeatureDetect()