-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Specify the Name Mangling Rule for Vector Function Decorated with OpenMP
Introduce how to name vector function associated to the scalar function decorated with the OpenMP `declare simd` pragma. These vector functions can be used to process multiple instances in a single invocation to improve performance. Both library vendors and compilers must obey this rule to interface with each other.
- Loading branch information
Showing
2 changed files
with
113 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters