1. 13 6月, 2024 1 次提交
  2. 12 6月, 2024 1 次提交
  3. 02 10月, 2023 4 次提交
  4. 15 3月, 2023 2 次提交
  5. 17 2月, 2023 1 次提交
  6. 23 1月, 2023 1 次提交
    • Xiaoqi Chen's avatar
      Add SipHash full version. · 058812c6
      Xiaoqi Chen编写于
      Compared to HalfSipHash sibling:
      1. Changed intermediate variables into 64 bit
      2. Change shift to match 64-bit specs. Use two separate in_hash to output 32+32=64 bits
      3. Only does one round per pipeline pass.
      058812c6
  7. 03 11月, 2022 1 次提交
  8. 19 9月, 2022 2 次提交
  9. 07 7月, 2022 1 次提交
  10. 27 6月, 2022 2 次提交
  11. 04 6月, 2022 1 次提交
  12. 17 1月, 2022 2 次提交
  13. 16 12月, 2021 1 次提交
  14. 30 10月, 2021 4 次提交
  15. 28 10月, 2021 3 次提交
  16. 24 10月, 2021 2 次提交
    • chenxiaoqino's avatar
      Merge pull request #6 from vgurevich/in_hash-rotate · a914e714
      chenxiaoqino编写于
      Merged Vladimir's suggested cleanups.
      
      Important hash-related optimizations and cleanups:
         1. Replaced hash-based 8-, 16- and 24-bit circular shifts (rotations) with the PHV ALU-based ones
         2. Replaced explicit Hash() extern instantiations and usage with `@in_hash` annotation (available in SDE-9.6.0 and later)
      未验证
      a914e714
    • Vladimir Gurevich's avatar
      Important hash-related optimizations and cleanups: · c93502a2
      Vladimir Gurevich编写于
         1. Replaced hash-based 8-, 16- and 24-bit circular shifts (rotations) with the PHV ALU-based ones
         2. Replaced explicit Hash() extern instantiations and usage with `@in_hash` annotation (available in SDE-9.6.0 and later)
      c93502a2
  17. 11 10月, 2021 1 次提交
  18. 22 8月, 2021 2 次提交
  19. 23 7月, 2021 1 次提交
  20. 30 6月, 2021 2 次提交
  21. 19 5月, 2021 2 次提交
  22. 31 3月, 2021 2 次提交
  23. 19 9月, 2020 1 次提交