Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable OPENEXR_IMF_HAVE_GCC_INLINE_ASM_AVX when building on arm64 macOS
For some reason, the compile check for detecting inline AVX support does not correctly disable OPENEXR_IMF_HAVE_GCC_INLINE_ASM_AVX when building on arm64 macOS using clang (the check does work correctly on aarch64 Linux using gcc). This change hardcodes OPENEXR_IMF_HAVE_GCC_INLINE_ASM_AVX to always be false when the system is detected as arm64 macOS. This change is necessary to allow building on arm64 macOS to complete successfully. Signed-off-by: Yining Karl Li <betajippity@gmail.com>
- Loading branch information