- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In the documentation in the INTEL site it states the following as benefits of the static e-merged (with dispatching) linkage model:
Enables updates with new processor optimizations without recompile/relink
Creates the smallest installation package when multiple applications use some of the same Intel IPP functions
I don't understand how I can update without recompile and also how several executables can share statically linked code ?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
it is simple, when you call ippStaticInit() function, it tried to find and load IPP DLL (if they are available by system PATH and have never version, if no statically linked functions are used). So, your application should not be rebuild to use improved optimization available in the next versions of IPP.
Note, in the next version of IPP this possibility will be disabled.
Regards,
Vladimir

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page