projectNe10 / Ne10

An open optimized software library project for the ARM® Architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some symbols undefined in aarch64 iOS build

stefanobider opened this issue · comments

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?

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