cmake OPUS_X86_MAY_HAVE_AVX2 examples

porres/pd-else Source/Shared/opus/CMakeLists.txt :195

cmake_dependent_option(OPUS_X86_MAY_HAVE_AVX2
                         ${OPUS_X86_MAY_HAVE_AVX2_HELP_STR}
                         OFF
                         "AVX2_SUPPORTED; NOT OPUS_DISABLE_INTRINSICS"
                         OFF)

porres/pd-else Source/Shared/opus/CMakeLists.txt :200

add_feature_info(OPUS_X86_MAY_HAVE_AVX2 OPUS_X86_MAY_HAVE_AVX2 ${OPUS_X86_MAY_HAVE_AVX2_HELP_STR})

porres/pd-else Source/Shared/opus/CMakeLists.txt :242

cmake_dependent_option(OPUS_X86_PRESUME_AVX2
                         ${OPUS_X86_PRESUME_AVX2_HELP_STR}
                         OFF
                         "OPUS_X86_MAY_HAVE_AVX2; NOT OPUS_DISABLE_INTRINSICS"
                         OFF)

porres/pd-else Source/Shared/opus/CMakeLists.txt :516

target_compile_definitions(opus PRIVATE OPUS_X86_MAY_HAVE_AVX2)

xiph/opus CMakeLists.txt :203

cmake_dependent_option(OPUS_X86_MAY_HAVE_AVX2
                         ${OPUS_X86_MAY_HAVE_AVX2_HELP_STR}
                         ON
                         "AVX2_SUPPORTED; NOT OPUS_DISABLE_INTRINSICS"
                         OFF)

xiph/opus CMakeLists.txt :208

add_feature_info(OPUS_X86_MAY_HAVE_AVX2 OPUS_X86_MAY_HAVE_AVX2 ${OPUS_X86_MAY_HAVE_AVX2_HELP_STR})

xiph/opus CMakeLists.txt :250

cmake_dependent_option(OPUS_X86_PRESUME_AVX2
                         ${OPUS_X86_PRESUME_AVX2_HELP_STR}
                         OFF
                         "OPUS_X86_MAY_HAVE_AVX2; NOT OPUS_DISABLE_INTRINSICS"
                         OFF)

xiph/opus CMakeLists.txt :524

target_compile_definitions(opus PRIVATE OPUS_X86_MAY_HAVE_AVX2)