intel / libxcam

libXCam is a project for extended camera(not limited in camera) features and focus on image quality improvement and video analysis. There are lots features supported in image pre-processing, image post-processing and smart analysis. This library makes GPU/CPU/ISP working together to improve image quality. OpenCL is used to improve performance in different platforms.
Other
592 stars 230 forks source link

support compile avx512 with non-avx512 workstation e.g. CI build #776

Closed inteltiger closed 3 years ago

inteltiger commented 3 years ago

if the workstation cannot support avx512, let XCAM_CHECK_AVX512 report warning and continue building, insteadof error and stop building, in order to support CI build

Signed-off-by: Tiger Meng xiao.xi.meng@intel.com