[libc-commits] [libc] [llvm] [libc] Add bare-metal Hexagon port (PR #217528)
Brian Cain via libc-commits
libc-commits at lists.llvm.org
Fri Sep 25 07:24:38 PDT 2026
================
@@ -18,7 +18,7 @@ using LIBC_NAMESPACE::fputil::Float128;
TEST(LlvmLibcSharedMathTest, AllFloat16) {
using FPBits = LIBC_NAMESPACE::fputil::FPBits<float16>;
- int exponent;
+ int exponent = 0;
----------------
androm3da wrote:
Are these used uninitialized? If so it seems like an architecture-independent fix that could/should land separately. Odd that it would take a hexagon port to uncover this issue though.
https://github.com/llvm/llvm-project/pull/217528
More information about the libc-commits
mailing list