mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
musl: add missing fenv C dummy functions for loongarch64-linux-muslsf
https://www.openwall.com/lists/musl/2025/09/27/1 closes #25367
This commit is contained in:
parent
a1c410d512
commit
6b1d94c539
2 changed files with 4 additions and 0 deletions
3
lib/libc/musl/src/fenv/loongarch64/fenv-sf.c
vendored
Normal file
3
lib/libc/musl/src/fenv/loongarch64/fenv-sf.c
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#ifdef __loongarch_soft_float
|
||||
#include "../fenv.c"
|
||||
#endif
|
||||
|
|
@ -627,6 +627,7 @@ const src_files = [_][]const u8{
|
|||
"musl/src/fenv/hexagon/fenv.S",
|
||||
"musl/src/fenv/i386/fenv.s",
|
||||
"musl/src/fenv/loongarch64/fenv.S",
|
||||
"musl/src/fenv/loongarch64/fenv-sf.c",
|
||||
"musl/src/fenv/m68k/fenv.c",
|
||||
"musl/src/fenv/mips64/fenv.S",
|
||||
"musl/src/fenv/mips64/fenv-sf.c",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue