Skip to content

Commit a06c167

Browse files
authored
cpufeatures: remove vestigial code around crypto target feature (#600)
This was removed in #594, however this is some remaining support code for it.
1 parent 88cb089 commit a06c167

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cpufeatures/src/aarch64.rs

-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ pub mod hwcaps {
8383
use libc::c_ulong;
8484

8585
pub const AES: c_ulong = libc::HWCAP_AES | libc::HWCAP_PMULL;
86-
pub const CRYPTO: c_ulong = AES | SHA2;
8786
pub const SHA2: c_ulong = libc::HWCAP_SHA2;
8887
pub const SHA3: c_ulong = libc::HWCAP_SHA3 | libc::HWCAP_SHA512;
8988
}

0 commit comments

Comments
 (0)