Skip to content

Commit

Permalink
[CPU] add_compile_definitions (OV_CPU_ARM_ENABLE_FP16) (openvinotoolk…
Browse files Browse the repository at this point in the history
  • Loading branch information
alvoron committed Nov 6, 2023
1 parent 0c78baa commit d19588b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/intel_cpu/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ elseif(AARCH64)
if(APPLE)
# Apple M1 / M2 is assumed
set(OV_CPU_ARM_TARGET_ARCH_DEFAULT arm64-v8.2-a)
add_definitions(-DOV_CPU_ARM_ENABLE_FP16)
add_compile_definitions(OV_CPU_ARM_ENABLE_FP16)
else()
set(OV_CPU_ARM_TARGET_ARCH_DEFAULT arm64-v8a)
endif()
Expand Down

0 comments on commit d19588b

Please sign in to comment.