mirror of
https://github.com/greg7mdp/parallel-hashmap.git
synced 2026-08-29 08:34:39 +08:00
Fixed accidental typo.
This commit is contained in:
Vendored
+1
-1
@@ -244,7 +244,7 @@ static_assert(kEmpty == -128,
|
||||
"existence efficient (psignb xmm, xmm)");
|
||||
static_assert(~kEmpty & ~kDeleted & kSentinel & 0x7F,
|
||||
"kEmpty and kDeleted must share an unset bit that is not shared "
|
||||
"by kSentinel to make the scalar test for MatchEmptyOrDceleted() "
|
||||
"by kSentinel to make the scalar test for MatchEmptyOrDeleted() "
|
||||
"efficient");
|
||||
static_assert(kDeleted == -2,
|
||||
"kDeleted must be -2 to make the implementation of "
|
||||
|
||||
Reference in New Issue
Block a user