1. 7ef2784 Merge pull request #3289 from google:dependabot/github_actions/step-security/harden-runner-2.21.0 by Copybara-Service · 2 hours ago upstream/master
  2. f5d8b70 Cuckoo: Add CuckooBuildArgs, remove wrapper function by Jan Wassenberg · 18 hours ago
  3. 81488a6 Merge pull request #3228 from dcsid:f16/math-exp-log by Copybara-Service · 19 hours ago
  4. 8f818aa Mark unused function templates as `HWY_MAYBE_UNUSED` by Highway · 22 hours ago
  5. 0740421 Bump step-security/harden-runner from 2.20.1 to 2.21.0 by dependabot[bot] · 22 hours ago
  6. 69b2c1a Fix float16 math lane count on scalable targets, revert 2 ULP by dcsid · 3 days ago
  7. c425503 hwy btree: Reduce internal_pool_ chunk size to 4 KB to eliminate small-tree tail slack. by Nikhil Dev Goyal · 4 days ago
  8. 51a5f80 Merge pull request #3277 from a-eridani:faster-compress-store by Copybara-Service · 4 days ago
  9. ec5db2d add detail::TrailingZeros64 by Jan Wassenberg · 4 days ago
  10. 1e5f0b0 Merge pull request #3280 from a-eridani:fix-cache-control by Copybara-Service · 4 days ago
  11. f3406c8 Merge pull request #3275 from Wint3rNight:index-of-min-max-unroll by Copybara-Service · 4 days ago
  12. 2eae105 Mark unused function templates as `HWY_MAYBE_UNUSED` by Highway · 4 days ago
  13. 0e2b992 fix cache control dispatch on non-x86 by zhir · 4 days ago
  14. fcc8bde Merge pull request #3276 from RaviTriv:lsx-fma by Copybara-Service · 5 days ago
  15. 550332c Merge pull request #3278 from bkmgit:mandelbrot-512 by Copybara-Service · 5 days ago
  16. 1214958 Allow 2 ULP for float16 results that reach subnormals by dcsid · 5 days ago
  17. 221b682 native NegMulSub and unsigned MulAdd for lsx by Ravi · 6 days ago
  18. e8c8a30 Use multiple of vector size for mandelbrot example by Benson Muite · 6 days ago
  19. ce88023 Merge pull request #3212 from bkmgit:stream by Copybara-Service · 6 days ago
  20. 9a31bb5 Faster NEON CompressStore: use fused BitsFromMask and PopCount by zhir · 6 days ago
  21. c254e66 Unroll IndexOfMin/IndexOfMax 2x and apply review suggestions by Wint3rNight · 6 days ago
  22. f83fad7 Merge pull request #3272 from EylonKrause:fix/atan2-negative-zero-x by Copybara-Service · 7 days ago
  23. 56426de hwy btree : Compact node metadata using 32-bit NodePool indices for leaf linkage. by Nikhil Dev Goyal · 7 days ago
  24. e7e66dd contrib/math: correct Atan2/FastAtan2 for negative-zero x by Eylon Krause · 7 days ago
  25. 39cdcd4 Merge pull request #3269 from bkmgit:md-instruction-table by Copybara-Service · 7 days ago
  26. bfd129a Fix emscripten link error, remove emscripten_set_thread_name; smaller sort_test by Jan Wassenberg · 7 days ago
  27. 918fd0e Spelling correction by Benson Muite · 7 days ago
  28. 4c52f0a Convert instruction matrix from pdf to md by Benson Muite · 7 days ago
  29. ddbba34 Merge pull request #3253 from Wint3rNight:index-of-min-max by Copybara-Service · 8 days ago
  30. 7d493cd hwy btree memory optimization : Adopt 256-byte leaf nodes with 4x unrolled SIMD search by Nikhil Dev Goyal · 8 days ago
  31. 7117ee6 Add try_emplace, insert_or_assign, at, and emplace modifiers to hwy::BTreeMap and hwy::BTreeSet. by Nikhil Dev Goyal · 8 days ago
  32. 925d29f Add deep copy constructor and copy assignment operators to hwy::BTreeSet and hwy::BTreeMap. by Nikhil Dev Goyal · 8 days ago
  33. df2b24e Add STL type traits, reverse iterators, and lookup conveniences to hwy::BTreeSet and hwy::BTreeMap. by Nikhil Dev Goyal · 8 days ago
  34. 9a08c89 Optimize NodePool chunk sizing to match 16 KB TCMalloc size classes by Nikhil Dev Goyal · 8 days ago
  35. 1c28ad3 Add dynamic mutations (insert, erase, operator[]) to hwy::BTreeSet and hwy::BTreeMap by Nikhil Dev Goyal · 8 days ago
  36. 807e19a Add pipelined batch query APIs to hwy::BTreeSet and hwy::BTreeMap by Nikhil Dev Goyal · 8 days ago
  37. 1091367 introduce BtreeMap by Nikhil Dev Goyal · 8 days ago
  38. 0bc3eb6 BtreeSet in highway by Nikhil Dev Goyal · 8 days ago
  39. 4b4cf4f Add MulHigh32/64 and DivHi64 free functions, scalar hash/bucket accessors by Jan Wassenberg · 8 days ago
  40. 060856f Constrain math-inl.h exp/log templates instead of specializing on Simd by dcsid · 9 days ago
  41. a3f22f9 Add float16 exp/log math functions via promotion to float32 by dcsid · 9 days ago
  42. afe0998 Fix flakiness and crashes in mandelbrot test under CFI, ASan, and MSan by Highway · 11 days ago
  43. 7759a3f Merge pull request #3255 from google:dependabot/github_actions/step-security/harden-runner-2.20.1 by Copybara-Service · 11 days ago
  44. f9c713f Faster FindFirstTrue: use TZCNT, which is not UB for 0 inputs by Jan Wassenberg · 11 days ago
  45. c51d404 Bump step-security/harden-runner from 2.20.0 to 2.20.1 by dependabot[bot] · 11 days ago
  46. 0529e0b Add IndexOfMin and IndexOfMax to hwy/contrib/algo by Wint3rNight · 12 days ago
  47. 882fdae Merge pull request #3252 from xry111:xry111/lasx-fixes by Copybara-Service · 12 days ago
  48. 0f955a1 Merge pull request #3248 from NguyenTienDat377:ci/tier-test-matrix by Copybara-Service · 12 days ago
  49. 13cb08d Fix LASX NegMulAdd implementation by Xi Ruoyao · 12 days ago
  50. fe8835e Dispatch LSX/LASX at runtime with GCC >= 15.3 by Xi Ruoyao · 12 days ago
  51. cf05ab1 Run only boundary compilers on pull requests by Nguyễn Tiến Đạt · 12 days ago
  52. e2c388e Merge pull request #3247 from bkmgit:baker by Copybara-Service · 13 days ago
  53. 6116703 Merge pull request #3244 from teerthsharma:perf/phast-prune-by-slice-structure by Copybara-Service · 13 days ago
  54. 10da432 Merge pull request #3242 from Magnushst:codex/avx2-u8-lane-sum by Copybara-Service · 13 days ago
  55. 3023738 Merge branch 'master' into stream by Benson Muite · 14 days ago
  56. ddeb668 Add baker mix example by Benson Muite · 2 weeks ago
  57. 75c1ea5 Merge pull request #3200 from bkmgit:mandelbrot by Copybara-Service · 2 weeks ago
  58. f96e515 Add mandelbrot example by Benson Muite · 2 weeks ago
  59. c898511 Merge branch 'master' into stream by Jan Wassenberg · 2 weeks ago
  60. fd24c90 Merge pull request #3208 from bkmgit:gol by Copybara-Service · 2 weeks ago
  61. a82e3fc perf(phast): prune builder collision and scan tests by slice structure by teerth sharma · 2 weeks ago
  62. f5ce2cd Use SumsOf8 for AVX2 u8 lane sums by Magnushst · 2 weeks ago
  63. d043aee Add non-pow of 2 bucket support to cuckoo hashing. by Highway · 3 weeks ago
  64. 1496495 Merge pull request #3235 from KimYannn:agent/neon64-base64 by Copybara-Service · 3 weeks ago
  65. 130c4b0 Add minor improvements to phast bench. by Highway · 3 weeks ago
  66. b8ceb08 Hash infra improvements by Jan Wassenberg · 3 weeks ago
  67. 3e53897 Use SIMD version of bucket search. by Highway · 3 weeks ago
  68. 0e1d73a Explicit cast to prevent build failure by Benson Muite · 3 weeks ago
  69. c90a684 Stream triad example by Benson Muite · 3 weeks ago
  70. 9c8c18b Add Game of Life example by Benson Muite · 3 weeks ago
  71. 1db3fab Address Base64 review feedback by Kim Yang · 3 weeks ago
  72. 7b32a56 Use AVX3 multishift for Base64 encode by Kim Yang · 3 weeks ago
  73. 2bdc359 Add WeakXMX 64-bit hash, tweak CuckooTable default to 64 bytes by Jan Wassenberg · 3 weeks ago
  74. 9daef4d Revert "Optimize AVX3 Base64 encode" by Kim Yang · 3 weeks ago
  75. 4ee154e Optimize AVX3 Base64 encode by Kim Yang · 3 weeks ago
  76. d3cad54 Optimize AVX3 Base64 decode by Kim Yang · 3 weeks ago
  77. cc44cf2 Enable Base64 encode for AVX3 DL by Kim Yang · 3 weeks ago
  78. cb968b9 Add portable Base64 decode fallback by Kim Yang · 3 weeks ago
  79. 4d80af5 Optimize Base64 ternary logic by Kim Yang · 3 weeks ago
  80. 7efc47e faster ExtractLane on x86 by Jan Wassenberg · 3 weeks ago
  81. e15b93d Add NEON64-optimized Base64 codec by Kim Yang · 3 weeks ago
  82. 476ef01 Add Local Search Allocation for non-optimal placement search. by Highway · 4 weeks ago
  83. 82e0805 Merge pull request #3232 from KimYannn:feature/lookup64 by Copybara-Service · 4 weeks ago
  84. 933c634 Test Lookup64 across partial vector widths by Kim Yang · 4 weeks ago
  85. d7d8469 Report Lookup64 support for partial AArch64 vectors by Kim Yang · 4 weeks ago
  86. 9de6983 Support partial NEON vectors in Lookup64 by Kim Yang · 4 weeks ago
  87. 340a463 Simplify Lookup64 capability guidance by Kim Yang · 4 weeks ago
  88. ee9acd2 Clarify Lookup64 lane types on NEON by Kim Yang · 4 weeks ago
  89. 67c3734 entirely remove PROFILER_ZONE2/3 when disabled by Jan Wassenberg · 4 weeks ago
  90. 858cf01 Add efficient 64-entry byte table lookups by Kim Yang · 4 weeks ago
  91. 347d07b Add Local Search Allocation for non-optimal placement search. by Highway · 4 weeks ago
  92. 9e0fb74 Add Local Search Allocation for non-optimal placement search. by Highway · 4 weeks ago
  93. d2729aa support u64 Bin type and ensure CountingSort type is integer by Jan Wassenberg · 4 weeks ago
  94. 7e4082b Merge pull request #3226 from google:dependabot/github_actions/actions/checkout-7.0.1 by Copybara-Service · 4 weeks ago
  95. 7fcb72f Bump actions/checkout from 7.0.0 to 7.0.1 by dependabot[bot] · 4 weeks ago
  96. 0df94ba Merge pull request #3223 from bkmgit:hash-type-fix by Copybara-Service · 4 weeks ago
  97. d9d4d0e Ensure type is specified by Benson Muite · 4 weeks ago
  98. 5158431 Merge pull request #3220 from brad0:futex_private by Copybara-Service · 5 weeks ago
  99. 451144b Hash improvements (64-bit+masked, templated Cuckoo) by Jan Wassenberg · 5 weeks ago
  100. 2dd02de Use process-private futexs on OpenBSD by Brad Smith · 5 weeks ago