diff --git a/Cargo.toml b/Cargo.toml index 687e56b..64c7328 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Andre Bogus ", "Joshua Landau usize { } } #[cfg(all( - target_arch = "aarch64", + target_arch = "aarch64", target_endian = "little", - not(feature = "generic_simd") + not(feature = "generic-simd") ))] { unsafe { @@ -165,7 +161,7 @@ pub fn num_chars(utf8_chars: &[u8]) -> usize { #[cfg(all( target_arch = "aarch64", target_endian = "little", - not(feature = "generic_simd") + not(feature = "generic-simd") ))] { unsafe {