We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e39d245 commit cb0680cCopy full SHA for cb0680c
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