Hi,
I have a question?How to use Intel IPP library in Xamarin android environment?I need some of the dlls in the Intel IPP for signal Processing.
Can you please provide some guidance on this?
链接已复制
Hi,
IPP package contains IPP static libraries for Android and IPP 2019 update1 release contains "Custom Library Tool" - the tool you can use to build a custom dynamic library with only required for your functions. I think it should be enough for your case.
Please use Custom Library Tool based on python. The binary version of the tool is outdated, we deprecated it and will remove in a future release.
Pavel
I have tried to compile with the Intel IPP libs for android .But it seems that the Intel IPPs are not meant for ARM processors ,So its not compiling with ARM processor as the target. It get successfully compiled for X86 target.
