[llvm] TargetLibraryInfo: Disable roundeven variants by default except for GLIBC (PR #188898)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Sat Apr 4 12:41:10 PDT 2026
================
@@ -674,6 +680,12 @@ static void initializeLibCalls(TargetLibraryInfoImpl &TLI, const Triple &T,
TLI.setUnavailable(LibFunc_sqrtl_finite);
}
+ if (T.isOSLinux() && T.isGNUEnvironment()) {
----------------
arsenm wrote:
Can you check the version?
https://github.com/llvm/llvm-project/pull/188898
More information about the llvm-commits
mailing list