[llvm] [clang] Adding support of AMDLIBM vector library (PR #78560)

Rohit Aggarwal via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 30 07:50:29 PST 2024


================
@@ -1279,6 +1281,213 @@ void TargetLibraryInfoImpl::addVectorizableFunctionsFromVecLib(
     }
     break;
   }
+  case AMDLIBM: {
+#define FIXED(NL) ElementCount::getFixed(NL)
+    const VecDesc VecFuncs[] = {
----------------
rohitaggarwal007 wrote:

done

https://github.com/llvm/llvm-project/pull/78560


More information about the cfe-commits mailing list