We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
long double
1 parent f26cf72 commit 3f680b3Copy full SHA for 3f680b3
build.rs
@@ -419,6 +419,11 @@ mod c {
419
("__floatunsitf", "floatunsitf.c"),
420
("__trunctfdf2", "trunctfdf2.c"),
421
("__trunctfsf2", "trunctfsf2.c"),
422
+ ("__addtf3", "addtf3.c"),
423
+ ("__multf3", "multf3.c"),
424
+ ("__subtf3", "subtf3.c"),
425
+ ("__divtf3", "divtf3.c"),
426
+ ("__powitf2", "powitf2.c"),
427
]);
428
429
if target_os != "windows" {
@@ -427,11 +432,6 @@ mod c {
432
433
if target_env == "musl" {
434
sources.extend(&[
430
- ("__addtf3", "addtf3.c"),
431
- ("__multf3", "multf3.c"),
- ("__subtf3", "subtf3.c"),
- ("__divtf3", "divtf3.c"),
- ("__powitf2", "powitf2.c"),
435
("__fe_getround", "fp_mode.c"),
436
("__fe_raise_inexact", "fp_mode.c"),
437
0 commit comments