Skip to content

Commit ca0dcc4

Browse files
committed
Test adding symbols in build.rs
1 parent a6c2082 commit ca0dcc4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -477,6 +477,10 @@ mod c {
477477
("__floatunsitf", "floatunsitf.c"),
478478
("__trunctfdf2", "trunctfdf2.c"),
479479
("__trunctfsf2", "trunctfsf2.c"),
480+
("__addtf3", "addtf3.c"),
481+
("__multf3", "multf3.c"),
482+
("__subtf3", "subtf3.c"),
483+
("__divtf3", "divtf3.c"),
480484
("__powitf2", "powitf2.c"),
481485
("__fe_getround", "fp_mode.c"),
482486
("__fe_raise_inexact", "fp_mode.c"),

0 commit comments

Comments
 (0)