Skip to content

Commit cb0680c

Browse files
committed
Add support for 16-bit targets
1 parent e39d245 commit cb0680c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/raw/generic.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use core::{mem, ptr};
1313
))]
1414
type GroupWord = u64;
1515
#[cfg(all(
16-
target_pointer_width = "32",
16+
any(target_pointer_width = "32", target_pointer_width = "16"),
1717
not(target_arch = "aarch64"),
1818
not(target_arch = "x86_64"),
1919
not(target_arch = "wasm32"),

0 commit comments

Comments
 (0)