We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e39d245 + cb0680c commit f1c8537Copy full SHA for f1c8537
src/raw/generic.rs
@@ -13,7 +13,7 @@ use core::{mem, ptr};
13
))]
14
type GroupWord = u64;
15
#[cfg(all(
16
- target_pointer_width = "32",
+ any(target_pointer_width = "32", target_pointer_width = "16"),
17
not(target_arch = "aarch64"),
18
not(target_arch = "x86_64"),
19
not(target_arch = "wasm32"),
0 commit comments