diff options
author | Abseil Team <absl-team@google.com> | 2023-01-07 09:57:55 -0800 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2023-01-07 09:58:34 -0800 |
commit | 74eee2aff683cc7dcd2dbaa69b2c654596d8024e (patch) | |
tree | 5b03779c56b9dcf7358bd9cc85f428238032b36c /absl/hash/CMakeLists.txt | |
parent | e160c5f534fead21162c8951d4cfc975d0377896 (diff) | |
download | abseil-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/CMakeLists.txt')
-rw-r--r-- | absl/hash/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/absl/hash/CMakeLists.txt b/absl/hash/CMakeLists.txt index 0514c296..f99f35bc 100644 --- a/absl/hash/CMakeLists.txt +++ b/absl/hash/CMakeLists.txt @@ -25,6 +25,7 @@ absl_cc_library( COPTS ${ABSL_DEFAULT_COPTS} DEPS + absl::bits absl::city absl::config absl::core_headers |