Skip to content

Commit c1fd50d

Browse files
committed
bisect
1 parent 22b0692 commit c1fd50d

File tree

1 file changed

+2
-2
lines changed
  • builtins-test-intrinsics/src

1 file changed

+2
-2
lines changed

builtins-test-intrinsics/src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -599,8 +599,8 @@ fn run() {
599599
bb(floatuntidf(bb(2)));
600600
bb(floatuntisf(bb(2)));
601601
// group 2.5.0.5
602-
// #[cfg(f128_enabled)]
603-
// bb(floatuntitf(bb(2)));
602+
#[cfg(f128_enabled)]
603+
bb(floatuntitf(bb(2)));
604604
// #[cfg(f128_enabled)]
605605
// bb(gttf(bb(2.), bb(2.)));
606606
bb(lshrti3(bb(2), bb(2)));

0 commit comments

Comments
 (0)