[llvm] Enable exp10 libcall on linux (PR #68736)
Krishna Narayanan via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 1 07:28:38 PST 2024
================
@@ -557,11 +557,6 @@ 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
- // or we have a reasonable detection strategy, we cannot use exp10 reliably
- // on Linux.
- //
----------------
Krishna-13-cyber wrote:
Yes, I will drop this.
https://github.com/llvm/llvm-project/pull/68736
More information about the llvm-commits
mailing list