- afe0998 Fix flakiness and crashes in mandelbrot test under CFI, ASan, and MSan by Highway · 2 days ago upstream/master
- 7759a3f Merge pull request #3255 from google:dependabot/github_actions/step-security/harden-runner-2.20.1 by Copybara-Service · 2 days ago
- f9c713f Faster FindFirstTrue: use TZCNT, which is not UB for 0 inputs by Jan Wassenberg · 2 days ago
- c51d404 Bump step-security/harden-runner from 2.20.0 to 2.20.1 by dependabot[bot] · 2 days ago
- 882fdae Merge pull request #3252 from xry111:xry111/lasx-fixes by Copybara-Service · 3 days ago
- 0f955a1 Merge pull request #3248 from NguyenTienDat377:ci/tier-test-matrix by Copybara-Service · 3 days ago
- 13cb08d Fix LASX NegMulAdd implementation by Xi Ruoyao · 3 days ago
- fe8835e Dispatch LSX/LASX at runtime with GCC >= 15.3 by Xi Ruoyao · 3 days ago
- cf05ab1 Run only boundary compilers on pull requests by Nguyễn Tiến Đạt · 4 days ago
- e2c388e Merge pull request #3247 from bkmgit:baker by Copybara-Service · 4 days ago
- 6116703 Merge pull request #3244 from teerthsharma:perf/phast-prune-by-slice-structure by Copybara-Service · 5 days ago
- 10da432 Merge pull request #3242 from Magnushst:codex/avx2-u8-lane-sum by Copybara-Service · 5 days ago
- ddeb668 Add baker mix example by Benson Muite · 6 days ago
- 75c1ea5 Merge pull request #3200 from bkmgit:mandelbrot by Copybara-Service · 6 days ago
- f96e515 Add mandelbrot example by Benson Muite · 6 days ago
- fd24c90 Merge pull request #3208 from bkmgit:gol by Copybara-Service · 6 days ago
- a82e3fc perf(phast): prune builder collision and scan tests by slice structure by teerth sharma · 8 days ago
- f5ce2cd Use SumsOf8 for AVX2 u8 lane sums by Magnushst · 8 days ago
- d043aee Add non-pow of 2 bucket support to cuckoo hashing. by Highway · 9 days ago
- 1496495 Merge pull request #3235 from KimYannn:agent/neon64-base64 by Copybara-Service · 10 days ago
- 130c4b0 Add minor improvements to phast bench. by Highway · 10 days ago
- b8ceb08 Hash infra improvements by Jan Wassenberg · 10 days ago
- 3e53897 Use SIMD version of bucket search. by Highway · 11 days ago
- 9c8c18b Add Game of Life example by Benson Muite · 11 days ago
- 1db3fab Address Base64 review feedback by Kim Yang · 12 days ago
- 7b32a56 Use AVX3 multishift for Base64 encode by Kim Yang · 12 days ago
- 2bdc359 Add WeakXMX 64-bit hash, tweak CuckooTable default to 64 bytes by Jan Wassenberg · 12 days ago
- 9daef4d Revert "Optimize AVX3 Base64 encode" by Kim Yang · 13 days ago
- 4ee154e Optimize AVX3 Base64 encode by Kim Yang · 13 days ago
- d3cad54 Optimize AVX3 Base64 decode by Kim Yang · 13 days ago
- cc44cf2 Enable Base64 encode for AVX3 DL by Kim Yang · 13 days ago
- cb968b9 Add portable Base64 decode fallback by Kim Yang · 13 days ago
- 4d80af5 Optimize Base64 ternary logic by Kim Yang · 13 days ago
- 7efc47e faster ExtractLane on x86 by Jan Wassenberg · 14 days ago
- e15b93d Add NEON64-optimized Base64 codec by Kim Yang · 14 days ago
- 476ef01 Add Local Search Allocation for non-optimal placement search. by Highway · 2 weeks ago
- 82e0805 Merge pull request #3232 from KimYannn:feature/lookup64 by Copybara-Service · 2 weeks ago
- 933c634 Test Lookup64 across partial vector widths by Kim Yang · 2 weeks ago
- d7d8469 Report Lookup64 support for partial AArch64 vectors by Kim Yang · 2 weeks ago
- 9de6983 Support partial NEON vectors in Lookup64 by Kim Yang · 2 weeks ago
- 340a463 Simplify Lookup64 capability guidance by Kim Yang · 2 weeks ago
- ee9acd2 Clarify Lookup64 lane types on NEON by Kim Yang · 2 weeks ago
- 67c3734 entirely remove PROFILER_ZONE2/3 when disabled by Jan Wassenberg · 2 weeks ago
- 858cf01 Add efficient 64-entry byte table lookups by Kim Yang · 2 weeks ago
- 347d07b Add Local Search Allocation for non-optimal placement search. by Highway · 2 weeks ago
- 9e0fb74 Add Local Search Allocation for non-optimal placement search. by Highway · 2 weeks ago
- d2729aa support u64 Bin type and ensure CountingSort type is integer by Jan Wassenberg · 3 weeks ago
- 7e4082b Merge pull request #3226 from google:dependabot/github_actions/actions/checkout-7.0.1 by Copybara-Service · 3 weeks ago
- 7fcb72f Bump actions/checkout from 7.0.0 to 7.0.1 by dependabot[bot] · 3 weeks ago
- 0df94ba Merge pull request #3223 from bkmgit:hash-type-fix by Copybara-Service · 3 weeks ago
- d9d4d0e Ensure type is specified by Benson Muite · 3 weeks ago
- 5158431 Merge pull request #3220 from brad0:futex_private by Copybara-Service · 3 weeks ago
- 451144b Hash improvements (64-bit+masked, templated Cuckoo) by Jan Wassenberg · 3 weeks ago
- 2dd02de Use process-private futexs on OpenBSD by Brad Smith · 3 weeks ago
- 867cdf7 Add support of arbitrary slots per bucket. by Highway · 3 weeks ago
- 616d4f6 Merge pull request #3207 from brad0:bsd_elf_aux_info by Copybara-Service · 4 weeks ago
- c7b5c0f Add Slide1UpOr, Slide1DownOr, SlideDownLanesOr by Jan Wassenberg · 4 weeks ago
- 9ca61ef Merge pull request #3215 from RaviTriv:lgamma by Copybara-Service · 4 weeks ago
- 3a9bbda use MulSub and NegMulAdd by Ravi · 4 weeks ago
- de6cb0b update user facing name to LogGamma by Ravi · 4 weeks ago
- feda8bf apply fused multiply add on FMA targets by Ravi · 4 weeks ago
- 92e21ca implement lgamma by Ravi · 4 weeks ago
- 4fe3563 Add more detailed comment on Hopcroft-Karp algorithm. by Highway · 4 weeks ago
- 74d0722 update CONTRIBUTING to mention AI tool authorship+CLA by Jan Wassenberg · 4 weeks ago
- 2822a52 Merge pull request #3213 from bkmgit:masks_and_logic_no_auto by Copybara-Service · 4 weeks ago
- f3f803e Merge pull request #3214 from bkmgit:quick-reference-fix by Copybara-Service · 4 weeks ago
- a1505b2 Make more informative missing argument by Benson Muite · 4 weeks ago
- 8f7b58f Specify types to masks example easier to read by Benson Muite · 4 weeks ago
- 9d5b126 Merge pull request #3210 from brad0:hwy_openbsd_futex by Copybara-Service · 4 weeks ago
- 3e98d65 Cuckoo speedups (2x2: 1.25x speedup for single query) by Jan Wassenberg · 4 weeks ago
- 2efdba2 Add native futex support for OpenBSD via futex() by Brad Smith · 5 weeks ago
- b4f4897 add note on HWY_MAX_BYTES, refs #3204 by Jan Wassenberg · 5 weeks ago
- e91b421 Add runtime dispatch on FreeBSD and OpenBSD by Brad Smith · 5 weeks ago
- 7e84ea6 Merge pull request #3204 from johnplatts:hwy_float_distribution_fix_070726 by Copybara-Service · 5 weeks ago
- 1edaf94 Merge pull request #3205 from johnplatts:hwy_meson_fix_070726 by Copybara-Service · 5 weeks ago
- 234c138 Made adjustments to float_distribution.cc by John Platts · 5 weeks ago
- 2f880f2 Merge pull request #3206 from bkmgit:patch-2 by Copybara-Service · 5 weeks ago
- 2b0ad27 Merge pull request #3202 from google:dependabot/github_actions/step-security/harden-runner-2.20.0 by Copybara-Service · 5 weeks ago
- ba2dafd Run mixed precision dot product as a test by Benson Muite · 5 weeks ago
- e404105 Typo fixes by Benson Muite · 5 weeks ago
- 6f2c78f Made fixes to float_distribution example by John Platts · 5 weeks ago
- 5b91d7f Fix asan issue and update comments by Krzysztof Rymski · 5 weeks ago
- 2231b2d Fixed build errors with Meson build by John Platts · 5 weeks ago
- b03ae62 Bump step-security/harden-runner from 2.19.4 to 2.20.0 by dependabot[bot] · 5 weeks ago
- 4d8a00d Merge pull request #3193 from johnplatts:hwy_scalar_byteswap_070526 by Copybara-Service · 5 weeks ago
- 2237ec4 Merge branch 'google:master' into hwy_scalar_byteswap_070526 by John Platts · 5 weeks ago
- 52088d5 Made fixes to IsConsteval, renamed ScalarByteSwapIfBigEndian to NativeFromLittleEndian, renamed HWY_HAVE_IS_CONSTEVAL_BUILTIN to HWY_HAVE_IS_CONSTEVAL by John Platts · 5 weeks ago
- ec3186e sum_array_simple uses static dispatch by Jan Wassenberg · 5 weeks ago
- 2f3754a Merge pull request #3191 from bkmgit:patch-1 by Copybara-Service · 5 weeks ago
- 11732eb add missing DLLEXPORT, fixes #3181, thanks @stefson by Jan Wassenberg · 5 weeks ago
- 50b0e67 Merge pull request #3178 from brad0:hwy_freebsd by Copybara-Service · 5 weeks ago
- 2e13b6e Add Highway SIMD audio compression tutorial by Krzysztof Rymski · 5 weeks ago
- 7e17072 Mixed precision dot product example by Benson Muite · 5 weeks ago
- 327efd3 Merge pull request #3199 from miladfarca:TestShardMul-fix by Copybara-Service · 5 weeks ago
- 5ee36f8 Add AllUnique and 7x ShardMul builder speedup (AVX2) by Jan Wassenberg · 5 weeks ago
- 4224471 Fix by Milad Fa · 5 weeks ago
- fa739e6 Merge pull request #3160 from eyupcanakman:feat/loongarch-shift-right-and-demote by Copybara-Service · 5 weeks ago
- 653f654 Merge pull request #3196 from johnplatts:hwy_sve_expand_fix_070526 by Copybara-Service · 5 weeks ago
- f2a48f3 Merge pull request #3194 from johnplatts:hwy_sve2_128_fix_070526 by Copybara-Service · 5 weeks ago
- cd50b47 Merge pull request #3195 from johnplatts:hwy_standalone_hash_test_fix_070526 by Copybara-Service · 5 weeks ago