Skip to content

Commit

Permalink
Add support for 16-bit targets
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanieu committed Oct 18, 2022
1 parent e39d245 commit cb0680c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/raw/generic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit cb0680c

Please sign in to comment.