Skip to content

Commit 3984416

Browse files
authored
Merge pull request #43 from vjayathirtha-nv/release_60
Enable vectorization of libpgmath intrinsic calls
2 parents 3d9841a + 6866909 commit 3984416

File tree

3 files changed

+459
-5
lines changed

3 files changed

+459
-5
lines changed

include/llvm/Analysis/TargetLibraryInfo.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ class TargetLibraryInfoImpl {
8787
enum VectorLibrary {
8888
NoLibrary, // Don't use any vector library.
8989
Accelerate, // Use Accelerate framework.
90-
SVML // Intel short vector math library.
90+
SVML, // Intel short vector math library.
91+
PGMATH // PGI math library.
9192
};
9293

9394
TargetLibraryInfoImpl();

0 commit comments

Comments
 (0)