For ARM target, we can use CRYPTO and CRC features if we select cortex-a57 by '-mcpu', but for AArch64 target, it doesn't work unless adding with '-mfpu=crypto-neon-fp-armv8'. The reason is, default feature for AArch64 target CPUs isn't set in front-end. To keep consistency between front-end and back-end and get end-users more easier to use, we'd better add default feature for CPUs on AArch64 target as well.
Details
Details
- Reviewers
- None
Diff Detail
Diff Detail