summaryrefslogtreecommitdiffstats
path: root/vendor/hashbrown/src/raw/generic.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/hashbrown/src/raw/generic.rs')
-rw-r--r--vendor/hashbrown/src/raw/generic.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/hashbrown/src/raw/generic.rs b/vendor/hashbrown/src/raw/generic.rs
index b4d31e62c..52955a45b 100644
--- a/vendor/hashbrown/src/raw/generic.rs
+++ b/vendor/hashbrown/src/raw/generic.rs
@@ -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"),