![]() |
|
Message-ID: <20250927022814.35581-1-alex@alexrp.com> Date: Sat, 27 Sep 2025 04:28:14 +0200 From: Alex Rønne Petersen <alex@...xrp.com> To: musl@...ts.openwall.com Cc: Alex Rønne Petersen <alex@...xrp.com> Subject: [PATCH] fenv: add missing C dummy functions for loongarch64 soft float See: https://github.com/ziglang/zig/issues/25367 --- src/fenv/loongarch64/fenv-sf.c | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/fenv/loongarch64/fenv-sf.c diff --git a/src/fenv/loongarch64/fenv-sf.c b/src/fenv/loongarch64/fenv-sf.c new file mode 100644 index 00000000..41154673 --- /dev/null +++ b/src/fenv/loongarch64/fenv-sf.c @@ -0,0 +1,3 @@ +#ifdef __loongarch_soft_float +#include "../fenv.c" +#endif -- 2.48.1
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.