[PATCH] D77114: Handle exp2 with proper vectorization and lowering to SVML calls
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 2 22:13:26 PDT 2020
craig.topper added a comment.
Is there a publicly available SVML library that is usable with LLVM that uses these function names? The Intel library that comes with icc uses these names but uses a non-standard calling convention that LLVM doesn't implement. The other library I'm aware of is some SVML functions embedded in libgcc or libm(not sure which), but they don't use the same names as the Intel library as far as I know.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77114/new/
https://reviews.llvm.org/D77114
More information about the llvm-commits
mailing list