Skip to content

Commit 6064d2c

Browse files
committed
Add long double builtins that aarch64 musl depends on
1 parent caa19a7 commit 6064d2c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,11 @@ mod c {
414414
("__floatunsitf", "floatunsitf.c"),
415415
("__trunctfdf2", "trunctfdf2.c"),
416416
("__trunctfsf2", "trunctfsf2.c"),
417+
("__addtf3", "addtf3.c"),
418+
("__multf3", "multf3.c"),
419+
("__subtf3", "subtf3.c"),
420+
("__divtf3", "divtf3.c"),
421+
("__powitf2", "powitf2.c"),
417422
]);
418423

419424
if target_os != "windows" {

0 commit comments

Comments
 (0)