We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdf6615 commit a50bc7dCopy full SHA for a50bc7d
3rdparty/libpng/CMakeLists.txt
@@ -31,6 +31,8 @@ file(GLOB lib_hdrs *.h)
31
if(ENABLE_NEON)
32
list(APPEND lib_srcs arm/arm_init.c arm/filter_neon.S arm/filter_neon_intrinsics.c)
33
add_definitions(-DPNG_ARM_NEON_OPT=2)
34
+elseif(AARCH64)
35
+ add_definitions(-DPNG_ARM_NEON_OPT=0) # NEON assembler is not supported
36
endif()
37
38
if(ENABLE_SSE
0 commit comments