aboutsummaryrefslogtreecommitdiff
path: root/absl/hash/BUILD.bazel
diff options
context:
space:
mode:
authorAbseil Team <absl-team@google.com>2023-01-07 09:57:55 -0800
committerCopybara-Service <copybara-worker@google.com>2023-01-07 09:58:34 -0800
commit74eee2aff683cc7dcd2dbaa69b2c654596d8024e (patch)
tree5b03779c56b9dcf7358bd9cc85f428238032b36c /absl/hash/BUILD.bazel
parente160c5f534fead21162c8951d4cfc975d0377896 (diff)
downloadabseil-74eee2aff683cc7dcd2dbaa69b2c654596d8024e.tar.gz
abseil-74eee2aff683cc7dcd2dbaa69b2c654596d8024e.tar.bz2
abseil-74eee2aff683cc7dcd2dbaa69b2c654596d8024e.zip
Replace absl::Hash for inputs from 9 to 16 bytes according to AlphaZero findings
PiperOrigin-RevId: 500401844 Change-Id: I6d0909a8e395c914861dd034824a34737a52d71f
Diffstat (limited to 'absl/hash/BUILD.bazel')
-rw-r--r--absl/hash/BUILD.bazel1
1 files changed, 1 insertions, 0 deletions
diff --git a/absl/hash/BUILD.bazel b/absl/hash/BUILD.bazel
index 4a95f054..a0db919b 100644
--- a/absl/hash/BUILD.bazel
+++ b/absl/hash/BUILD.bazel
@@ -43,6 +43,7 @@ cc_library(
"//absl/container:fixed_array",
"//absl/functional:function_ref",
"//absl/meta:type_traits",
+ "//absl/numeric:bits",
"//absl/numeric:int128",
"//absl/strings",
"//absl/types:optional",