Skip to content

Commit f0ef797

Browse files
committed
bisect
1 parent 7714c80 commit f0ef797

File tree

1 file changed

+9
-8
lines changed
  • builtins-test-intrinsics/src

1 file changed

+9
-8
lines changed

builtins-test-intrinsics/src/main.rs

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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;
1919
extern 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)));

0 commit comments

Comments
 (0)