File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
builtins-test-intrinsics/src Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 1515#![ no_main]
1616
1717// Ensure this `compiler_builtins` gets used, rather than the version injected from the sysroot.
18- extern crate compiler_builtins;
18+ // extern crate compiler_builtins;
1919extern crate panic_handler;
2020
2121#[ cfg( all( not( thumb) , not( windows) , not( target_arch = "wasm32" ) ) ) ]
@@ -598,13 +598,14 @@ fn run() {
598598 bb ( floatunsitf ( bb ( 2 ) ) ) ;
599599 bb ( floatuntidf ( bb ( 2 ) ) ) ;
600600 bb ( floatuntisf ( bb ( 2 ) ) ) ;
601- #[ cfg( f128_enabled) ]
602- bb ( floatuntitf ( bb ( 2 ) ) ) ;
603- #[ cfg( f128_enabled) ]
604- bb ( gttf ( bb ( 2. ) , bb ( 2. ) ) ) ;
605- bb ( lshrti3 ( bb ( 2 ) , bb ( 2 ) ) ) ;
606- #[ cfg( f128_enabled) ]
607- bb ( lttf ( bb ( 2. ) , bb ( 2. ) ) ) ;
601+ // group 2.5.0.5
602+ // #[cfg(f128_enabled)]
603+ // bb(floatuntitf(bb(2)));
604+ // #[cfg(f128_enabled)]
605+ // bb(gttf(bb(2.), bb(2.)));
606+ // bb(lshrti3(bb(2), bb(2)));
607+ // #[cfg(f128_enabled)]
608+ // bb(lttf(bb(2.), bb(2.)));
608609 // group 2.5.5
609610 // bb(moddi3(bb(2), bb(3)));
610611 // bb(modti3(bb(2), bb(2)));
You can’t perform that action at this time.
0 commit comments