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
The code in cpHastySpace.c is all optional code for multithreading and Arm Neon SIMD optimizations. It might be that the particular toolchain you are using doesn't enable Neon and some of the ifdefs need to change? That file gets included by CMake here: https://github.com/slembcke/Chipmunk2D/blob/master/src/CMakeLists.txt#L1
You can just delete that file without losing any significant functionality. Try that first.
Hello. I am trying to build chipmunk on termux in my arm 32 phone. But I get the following errors and warnings.
The text was updated successfully, but these errors were encountered: