Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some symbols undefined in aarch64 iOS build #252

Open
stefanobider opened this issue Jun 18, 2020 · 1 comment
Open

Some symbols undefined in aarch64 iOS build #252

stefanobider opened this issue Jun 18, 2020 · 1 comment

Comments

@stefanobider
Copy link

I am linking against Ne10 in an iOS project. However, the symbols for the vector math operations I need result undefined when I try to build the app:

  • ne10_add_float_neon
  • ne10_mla_float_neon
  • ne10_div_float_neon
  • ne10_mul_float_neon
  • ne10_addc_float_neon
  • ne10_sub_float_neon
  • ne10_abs_float_neon

Please note that the symbols for FFT operations seem to be properly found. What am I doing wrong?

@Robert-Knapp
Copy link

Stefano, I have the same question. How did you resolve this? thanks, Robert

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

No branches or pull requests

2 participants