File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -555,7 +555,6 @@ mod c {
555555
556556 if ( target. arch == "aarch64" || target. arch == "arm64ec" ) && consider_float_intrinsics {
557557 sources. extend ( & [
558- ( "__comparetf2" , "comparetf2.c" ) ,
559558 ( "__fe_getround" , "fp_mode.c" ) ,
560559 ( "__fe_raise_inexact" , "fp_mode.c" ) ,
561560 ] ) ;
@@ -570,11 +569,11 @@ mod c {
570569 }
571570
572571 if target. arch == "mips64" {
573- sources. extend ( & [ ( "__netf2" , "comparetf2.c" ) , ( " __fe_getround", "fp_mode.c" ) ] ) ;
572+ sources. extend ( & [ ( "__fe_getround" , "fp_mode.c" ) ] ) ;
574573 }
575574
576575 if target. arch == "loongarch64" {
577- sources. extend ( & [ ( "__netf2" , "comparetf2.c" ) , ( " __fe_getround", "fp_mode.c" ) ] ) ;
576+ sources. extend ( & [ ( "__fe_getround" , "fp_mode.c" ) ] ) ;
578577 }
579578
580579 // Remove the assembly implementations that won't compile for the target
You can’t perform that action at this time.
0 commit comments