[llvm] [Reland][TLI] Add support for hypot libcall. (PR #114343)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 30 22:05:05 PDT 2024
================
@@ -300,6 +300,7 @@ static void initializeLibCalls(TargetLibraryInfoImpl &TLI, const Triple &T,
TLI.setUnavailable(LibFunc_expf);
TLI.setUnavailable(LibFunc_floorf);
TLI.setUnavailable(LibFunc_fmodf);
+ TLI.setUnavailable(LibFunc_hypotf);
----------------
arsenm wrote:
These functions are treated as a part of the system, not the language
https://github.com/llvm/llvm-project/pull/114343
More information about the llvm-commits
mailing list