Skip to content

Conversation

@makotokato
Copy link
Contributor

CRC32 is supported on A32 and T32.

@rust-highfive
Copy link

r? @gnzlbg

(rust_highfive has picked a reviewer for you, use r? to override)

@makotokato
Copy link
Contributor Author

LLVM ERROR: Cannot select: intrinsic %llvm.arm.crc32b

Hmm, I will recheck this error on my armv8 aarch32 linux machine.

CRC32 is supported on A32 and T32.
@gnzlbg
Copy link
Contributor

gnzlbg commented Dec 23, 2019

Let me know if you need help. Maybe a target feature is missing on arm, or the intrinsic has a likely different name, or LLVM does not support the intrinsic for arm 32-bit yet.

))]
pub use self::neon::*;

#[cfg(any(target_arch = "aarch64", target_feature = "v7"))]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is v7 required here?

@Amanieu Amanieu merged commit 760bcfe into rust-lang:master Mar 30, 2020
@makotokato makotokato deleted the crc branch October 13, 2020 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants