cmake HAVE_AVX512F examples

openvinotoolkit/openvino src/plugins/intel_cpu/tests/unit/vectorized/CMakeLists.txt :78

list(APPEND definitions HAVE_AVX512F)

tesseract-ocr/tesseract CMakeLists.txt :184

add_definitions("-DHAVE_AVX512F")

tesseract-ocr/tesseract CMakeLists.txt :221

check_cxx_compiler_flag("-mavx512f" HAVE_AVX512F)

tesseract-ocr/tesseract CMakeLists.txt :224

add_definitions("-DHAVE_AVX512F")

tesseract-ocr/tesseract CMakeLists.txt :591

message(STATUS "HAVE_AVX512F: ${HAVE_AVX512F}")

tesseract-ocr/tesseract CMakeLists.txt :758

endif(HAVE_AVX512F)