Composing a List of Functions
To compose a list of functions for a minimal custom
DLL
needed for your application, you can use the following procedure:
- Link your application with installedlibraries to make sure the application builds.Intel® oneAPI Math Kernel Library
- Remove alllibraries from the link line and start linking.Intel® oneAPI Math Kernel LibraryUnresolved symbols indicatefunctions that your application uses.Intel® oneAPI Math Kernel Library
- Include these functions in the list.
Each time your application starts using more functions, update the list to include the new functions.
Intel® oneAPI Math Kernel Library