Skip to content

Commit

Permalink
Auto merge of #368 - Amanieu:16bit, r=Amanieu
Browse files Browse the repository at this point in the history
Add support for 16-bit targets

Supersedes #353
Fixes #352
  • Loading branch information
bors committed Oct 18, 2022
2 parents e39d245 + cb0680c commit f1c8537
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 f1c8537

Please sign in to comment.