Skip to content

Conversation

@padmadevd
Copy link

No description provided.

changed (#if CP_USE_DOUBLES) to (#if CP_USE_DOUBLES && __arm64) and removed (#if !__arm64) block
 in ARM_NEON section of the code.

CP_USE_DOUBLES seems to be equal to 1 even in armeabi_v7a.
And checking __arm64 above instead of inside makes sense.
added "log" in target_link_libraries for android in line 32. This resolved (Undefined Symbol : __android_log_print) error for me. Thank you.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant