JNI undefined symbol: __intel_cpu_indicator

JNI undefined symbol: __intel_cpu_indicator

Аватар пользователя roberto.nr

Hi to all, in my company we have written one library which use IPP, now I'm writing one Java Applet which use this library throughJNI. I get the error in subject during libsvml.so library loading:

undefined symbol: __intel_cpu_indicator
but using "nm" tool the symbol "__intel_cpu_indicator" is present:
U __intel_cpu_indicator
and before libsvml.so I load the librarylibirc.so where the symbol is defined
000000000014e0c0 B __intel_cpu_indicator
Somebody have any suggestion about this error? Now I use the following loading order, maybe the problem is here but I tried to change it without any result: libimf.so libiomp5.so libirc.so libippcore.so.7.0 libippscm7.so.7.0 libippsc.so.7.0 libippsm7.so.7.0 libipps.so.7.0 libsvml.so Thanks to all, Roberto.
1 сообщение / 0 новое
Пожалуйста, обратитесь к странице Уведомление об оптимизации для более подробной информации относительно производительности и оптимизации в программных продуктах компании Intel.