Skip to content

Commit d477c2a

Browse files
committed
Inline asm not stable on powerpc/powerpc64 at MSRV
1 parent 6c2fb49 commit d477c2a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/lib.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5202,9 +5202,7 @@ cfg_if! {
52025202
target_arch = "riscv32",
52035203
target_arch = "riscv64",
52045204
target_arch = "loongarch64",
5205-
target_arch = "s390x",
5206-
target_arch = "powerpc",
5207-
target_arch = "powerpc64")))] {
5205+
target_arch = "s390x")))] {
52085206
#[inline(always)]
52095207
unsafe fn pointer_escapes(ptr: *mut MaybeUninit<u8>) {
52105208
// SAFETY:

0 commit comments

Comments
 (0)