Skip to content

Commit 123489d

Browse files
authored
Fix the macOS section to enable SVE instructions
1 parent f661217 commit 123489d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/developer_package/features.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ ov_dependent_option (ENABLE_AVX512F "Enable AVX512 optimizations" ON "X86_64 OR
5656

5757
ov_dependent_option (ENABLE_NEON_FP16 "Enable ARM FP16 optimizations" ON "AARCH64" OFF)
5858

59-
ov_dependent_option (ENABLE_SVE "Enable SVE optimizations" ON "AARCH64" OFF)
59+
ov_dependent_option (ENABLE_SVE "Enable SVE optimizations" ON "AARCH64 AND NOT APPLE" OFF)
6060

6161
# Type of build, we add this as an explicit option to default it to ON
6262
get_property(BUILD_SHARED_LIBS_DEFAULT GLOBAL PROPERTY TARGET_SUPPORTS_SHARED_LIBS)

0 commit comments

Comments
 (0)