[llvm] Enable exp10 libcall on linux (PR #68736)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 5 07:34:37 PST 2024


================
@@ -557,17 +557,12 @@ static void initialize(TargetLibraryInfoImpl &TLI, const Triple &T,
     }
     break;
   case Triple::Linux:
-    // exp10, exp10f, exp10l is available on Linux (GLIBC) but are extremely
-    // buggy prior to glibc version 2.18. Until this version is widely deployed
----------------
arsenm wrote:

You dropped the part that mentioned the version 

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


More information about the llvm-commits mailing list