@@ -533,12 +533,6 @@ mod c {
533
533
if ( target_arch == "aarch64" || target_arch == "arm64ec" ) && consider_float_intrinsics {
534
534
sources. extend ( & [
535
535
( "__comparetf2" , "comparetf2.c" ) ,
536
- ( "__fixtfdi" , "fixtfdi.c" ) ,
537
- ( "__fixtfsi" , "fixtfsi.c" ) ,
538
- ( "__fixtfti" , "fixtfti.c" ) ,
539
- ( "__fixunstfdi" , "fixunstfdi.c" ) ,
540
- ( "__fixunstfsi" , "fixunstfsi.c" ) ,
541
- ( "__fixunstfti" , "fixunstfti.c" ) ,
542
536
( "__floatditf" , "floatditf.c" ) ,
543
537
( "__floatsitf" , "floatsitf.c" ) ,
544
538
( "__floatunditf" , "floatunditf.c" ) ,
@@ -561,9 +555,7 @@ mod c {
561
555
if target_arch == "mips64" {
562
556
sources. extend ( & [
563
557
( "__netf2" , "comparetf2.c" ) ,
564
- ( "__fixtfsi" , "fixtfsi.c" ) ,
565
558
( "__floatsitf" , "floatsitf.c" ) ,
566
- ( "__fixunstfsi" , "fixunstfsi.c" ) ,
567
559
( "__floatunsitf" , "floatunsitf.c" ) ,
568
560
( "__fe_getround" , "fp_mode.c" ) ,
569
561
] ) ;
@@ -572,9 +564,7 @@ mod c {
572
564
if target_arch == "loongarch64" {
573
565
sources. extend ( & [
574
566
( "__netf2" , "comparetf2.c" ) ,
575
- ( "__fixtfsi" , "fixtfsi.c" ) ,
576
567
( "__floatsitf" , "floatsitf.c" ) ,
577
- ( "__fixunstfsi" , "fixunstfsi.c" ) ,
578
568
( "__floatunsitf" , "floatunsitf.c" ) ,
579
569
( "__fe_getround" , "fp_mode.c" ) ,
580
570
] ) ;
0 commit comments