mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 04:48: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
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…
x
Reference in New Issue
Block a user