diff --git a/src/raw/generic.rs b/src/raw/generic.rs index b4d31e62c2..52955a45b6 100644 --- a/src/raw/generic.rs +++ b/src/raw/generic.rs @@ -13,7 +13,7 @@ use core::{mem, ptr}; ))] type GroupWord = u64; #[cfg(all( - target_pointer_width = "32", + any(target_pointer_width = "32", target_pointer_width = "16"), not(target_arch = "aarch64"), not(target_arch = "x86_64"), not(target_arch = "wasm32"),