We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d83a8d7 commit 3790bd5Copy full SHA for 3790bd5
builtins-test-intrinsics/src/main.rs
@@ -487,7 +487,6 @@ fn run() {
487
488
// FIXME(f16_f128): some PPC f128 <-> int conversion functions have the wrong names
489
490
- // group 1
491
#[cfg(f128_enabled)]
492
bb(addtf(bb(2.), bb(2.)));
493
bb(aeabi_d2f(bb(2.)));
@@ -546,7 +545,6 @@ fn run() {
546
545
not(any(target_arch = "powerpc", target_arch = "powerpc64"))
547
))]
548
bb(extendhftf(bb(2.)));
549
- // group 2
550
551
bb(extendsftf(bb(2.)));
552
bb(fixdfti(bb(2.)));
@@ -655,7 +653,6 @@ fn something_with_a_dtor(f: &dyn Fn()) {
655
653
656
654
#[no_mangle]
657
#[cfg(not(thumb))]
658
-#[cfg(not(any(thumb)))]
659
extern "C" fn main(_argc: core::ffi::c_int, _argv: *const *const u8) -> core::ffi::c_int {
660
run();
661
0
0 commit comments