projectNe10 / Ne10

An open optimized software library project for the ARM® Architecture
Other
1.46k stars 408 forks source link

Some symbols undefined in aarch64 iOS build #252

Open stefanobider opened 4 years ago

stefanobider commented 4 years ago

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:

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

Robert-Knapp commented 2 years ago

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