[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:52:41 PST 2024


================
@@ -129,7 +129,8 @@ class TargetLibraryInfoImpl {
     MASSV,            // IBM MASS vector library.
     SVML,             // Intel short vector math library.
     SLEEFGNUABI, // SLEEF - SIMD Library for Evaluating Elementary Functions.
-    ArmPL        // Arm Performance Libraries.
+    ArmPL,       // Arm Performance Libraries.
+    AMDLIBM
----------------
rohitaggarwal007 wrote:

done

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


More information about the cfe-commits mailing list