enum TargetLibraryInfoImpl::VectorLibrary
Description
List of known vector-functions libraries. The vector-functions library defines, which functions are vectorizable and with which factor. The library can be specified by either frontend, or a commandline option, and then used by addVectorizableFunctionsFromVecLib for filling up the tables of vectorizable functions.
Declared at: llvm/include/llvm/Analysis/TargetLibraryInfo.h:88
Enumerators
Name | Value | Comment |
---|---|---|
NoLibrary | 0 | |
Accelerate | 1 | |
MASSV | 2 | |
SVML | 3 |