Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

Custom dynamic linkage vs multithreading

cignarellageomind_it
171 Views
i would like to build my custom dynamic dll to use some ippi functions in my application,
but
says that in this case there is NO multi-threading support.
Is this true? Is it not possible to use the threaded static libs to build the dll?
0 Kudos
1 Solution
Chao_Y_Intel
Employee
171 Views

Hello,

In the old IPP libraries, it only has non threaded static libraries. The article needs to be updated. Currently, IPP provided threaded static libraries. The custom dynamic linkage can link with threaded static libraries.

Thanks,
Chao

View solution in original post

2 Replies
Chao_Y_Intel
Employee
172 Views

Hello,

In the old IPP libraries, it only has non threaded static libraries. The article needs to be updated. Currently, IPP provided threaded static libraries. The custom dynamic linkage can link with threaded static libraries.

Thanks,
Chao

cignarellageomind_it
171 Views
Thank you
Reply