You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
there's a comment one line earlier linking to an issue. maybe it's resolved by now
donnow. depends if you are getting the same error i got when compiled on arm. maybe it's something different. been a while since i compiled with intel. CI builds universal and seems to work
not sure. depends what you are looking to do. if using the target processor works better for you, i recommend you change the code.
Compiling universal on arm processor is not an issue. But universal on intel platform is an issue because it will link with neon.
It comes from the wrong test
Ok, now i see. Ill find me an intel mac to create the right setup. Had an old macbook air but gave it to my cousin a few years back and fairly sure she lost it. Reckon your suggestions make sense. Not sure about universal too. will try my best.
Hi
In the CMakeLists.txt in libPng you have
if (${CMAKE_HOST_SYSTEM_PROCESSOR} STREQUAL "aarch64" OR ${CMAKE_HOST_SYSTEM_PROCESSOR} STREQUAL "arm64")
target_compile_definitions(LibPng PRIVATE
PNG_ARM_NEON_OPT=0
)
endif()
The text was updated successfully, but these errors were encountered: