Add the CRC instructions.
This commit is contained in:
parent
ca58013caa
commit
05cd6e854b
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ pub(crate) fn target() -> Target {
|
|||
data_layout: "e-m:e-p270:32:32-p271:32:32-p272:64:64-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128-Fn32".into(),
|
||||
arch: "aarch64".into(),
|
||||
options: TargetOptions {
|
||||
features: "+v8a,+neon,+crypto".into(),
|
||||
features: "+v8a,+neon,+crypto,+crc".into(),
|
||||
linker_flavor: LinkerFlavor::Gnu(Cc::No, Lld::Yes),
|
||||
linker: Some("rust-lld".into()),
|
||||
link_script: Some(LINKER_SCRIPT.into()),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue