From 2cd800d1f6b0351fbd315d42d20793bd5575d108 Mon Sep 17 00:00:00 2001 From: Andre Bogus Date: Tue, 3 Jun 2025 08:56:07 +0200 Subject: [PATCH] fix generic-simd feature, bump version to 0.6.9 --- Cargo.toml | 2 +- README.md | 2 +- src/lib.rs | 12 ++++-------- 3 files changed, 6 insertions(+), 10 deletions(-) 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 {