[libc-commits] [libc] [llvm] [libc] [math] Refactor fsqrtl to be header-only (PR #176169)
Muhammad Bassiouni via libc-commits
libc-commits at lists.llvm.org
Mon Jan 19 07:18:33 PST 2026
================
@@ -99,6 +99,7 @@ TEST(LlvmLibcSharedMathTest, AllDouble) {
TEST(LlvmLibcSharedMathTest, AllLongDouble) {
EXPECT_FP_EQ(0x0p+0L,
LIBC_NAMESPACE::shared::dfmal(0x0.p+0L, 0x0.p+0L, 0x0.p+0L));
+ EXPECT_FP_EQ(0x0p+0, LIBC_NAMESPACE::shared::fsqrtl(0.0));
----------------
bassiounix wrote:
Please add the long literal type suffix
https://github.com/llvm/llvm-project/pull/176169
More information about the libc-commits
mailing list