@@ -533,12 +533,6 @@ mod c {
533533 if ( target_arch == "aarch64" || target_arch == "arm64ec" ) && consider_float_intrinsics {
534534 sources. extend ( & [
535535 ( "__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" ) ,
542536 ( "__floatditf" , "floatditf.c" ) ,
543537 ( "__floatsitf" , "floatsitf.c" ) ,
544538 ( "__floatunditf" , "floatunditf.c" ) ,
@@ -561,9 +555,7 @@ mod c {
561555 if target_arch == "mips64" {
562556 sources. extend ( & [
563557 ( "__netf2" , "comparetf2.c" ) ,
564- ( "__fixtfsi" , "fixtfsi.c" ) ,
565558 ( "__floatsitf" , "floatsitf.c" ) ,
566- ( "__fixunstfsi" , "fixunstfsi.c" ) ,
567559 ( "__floatunsitf" , "floatunsitf.c" ) ,
568560 ( "__fe_getround" , "fp_mode.c" ) ,
569561 ] ) ;
@@ -572,9 +564,7 @@ mod c {
572564 if target_arch == "loongarch64" {
573565 sources. extend ( & [
574566 ( "__netf2" , "comparetf2.c" ) ,
575- ( "__fixtfsi" , "fixtfsi.c" ) ,
576567 ( "__floatsitf" , "floatsitf.c" ) ,
577- ( "__fixunstfsi" , "fixunstfsi.c" ) ,
578568 ( "__floatunsitf" , "floatunsitf.c" ) ,
579569 ( "__fe_getround" , "fp_mode.c" ) ,
580570 ] ) ;
0 commit comments