Skip to content

Commit

Permalink
sorry RustCrypto#2
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilIvanichkovv committed Oct 21, 2022
1 parent 5e43fe7 commit 3c428dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpufeatures/src/lib.rs
Expand Up @@ -71,8 +71,8 @@ mod x86;
#[cfg(miri)]
mod miri;

#[cfg(not(any(target_arch = "aarch64", target_arch = "x86", target_arch = "x86_64")))]
# compile_error!("This crate works only on `aarch64`, `x86`, and `x86-64` targets.");
// #[cfg(not(any(target_arch = "aarch64", target_arch = "x86", target_arch = "x86_64")))]
// compile_error!("This crate works only on `aarch64`, `x86`, and `x86-64` targets.");

/// Create module with CPU feature detection code.
#[macro_export]
Expand Down

0 comments on commit 3c428dc

Please sign in to comment.