- c430a42 faster Find: unroll 2x, masking. by Jan Wassenberg · 12 hours ago upstream/master
- 9bf828a 16-bit hash prospector by Jan Wassenberg · 14 hours ago
- db4a36c Dependencies to be added needed to be arrays not tuples. by Henner Zeller · 18 hours ago
- df2ca79 Merge pull request #3076 from phongn:cmake-improvements by Copybara-Service · 19 hours ago
- 29c66a5 Only include `hwy_list_targets` if top-level build; only build tests if `HWY_ENABLE_TESTS=ON` by Phong X. Nguyen · 32 hours ago
- 55bc58d Merge pull request #3074 from google:dependabot/github_actions/actions/checkout-6.0.3 by Copybara-Service · 34 hours ago
- 413fdb0 Bump actions/checkout from 6.0.2 to 6.0.3 by dependabot[bot] · 2 days ago
- b5a820c High-throughput Phast near-minimal perfect hashing by Jan Wassenberg · 2 days ago
- fcac756 Bump up the thresholds for Hwy Tan() to accomodate for some accuracy degradation on NEON for f64 by Nikhil Dev Goyal · 3 days ago
- 92b65fb Merge pull request #3058 from RaviTriv:erf by Copybara-Service · 3 days ago
- c9b35cd Relax asserts in masked gathering operations. by Highway · 3 days ago
- 952e4d9 update comments by Ravi · 3 days ago
- e8f782f use min to simplify branching by Ravi · 3 days ago
- edba885 loosen to 4 ulp by Ravi · 4 days ago
- 8340a89 refactor to support f64 by Ravi · 4 days ago
- 27d4dc2 fix wishlist diff after rebase by Ravi · 4 days ago
- f65b3bf start on f32 erf by Ravi · 4 days ago
- fc2bde7 Fix asan failures because of Tan() and FastTan() precision issues on older archs like SSE4 by Nikhil Dev Goyal · 6 days ago
- 15c6c01 Add Tan and FastTan in math_benchmark by Nikhil Dev Goyal · 6 days ago
- 0d07ed9 Add Tan() function to math-inl.h using SinCos() and then dividing. by Nikhil Dev Goyal · 7 days ago
- b186bdf Move to using 2,2 Pade for FastTan(). Max rel error drops to 0.04%. by Nikhil Dev Goyal · 7 days ago
- 9973fb4 Fix build/warnings by Jan Wassenberg · 8 days ago
- 3dc730c Merge pull request #3063 from johnplatts:hwy_ppc10_fix_052626 by Copybara-Service · 8 days ago
- bfe7b38 Merge pull request #2875 from abhishek-iitmadras:abhishekk_intdiv by Copybara-Service · 8 days ago
- 3892ed6 Fixed PPC10 AndXor implementation by John Platts · 8 days ago
- 783beec add missing stats.* to CMake, thanks @plawanrath by Jan Wassenberg · 9 days ago
- 492a339 Vectorized u32 hash, eval infra by Jan Wassenberg · 9 days ago
- 30d8a8b Merge pull request #3060 from google:dependabot/github_actions/step-security/harden-runner-2.19.4 by Copybara-Service · 9 days ago
- 518a231 Bump step-security/harden-runner from 2.19.3 to 2.19.4 by dependabot[bot] · 13 days ago
- f8095c1 Avoid copies when wrapping a container with `hwy::Span`. by Biruk Mammo · 2 weeks ago
- 780c897 Simplify OrderedDemote2To usage in intdiv-inl.h by Abhishek Kumar · 3 weeks ago
- 3077026 Merge pull request #3050 from velonica0:rvv_pr by Copybara-Service · 3 weeks ago
- ce4a916 Merge pull request #3055 from google:dependabot/github_actions/step-security/harden-runner-2.19.3 by Copybara-Service · 3 weeks ago
- a67c392 Merge pull request #3056 from eyupcanakman:feat/shift-right-and-demote-to by Copybara-Service · 3 weeks ago
- f8c92c9 Add ShiftRightAndDemoteTo / RoundingShiftRightAndDemoteTo by Eyüp Can Akman · 3 weeks ago
- 3a18a41 Bump step-security/harden-runner from 2.19.2 to 2.19.3 by dependabot[bot] · 3 weeks ago
- 787f08c Merge pull request #3054 from google:dependabot/github_actions/step-security/harden-runner-2.19.2 by Copybara-Service · 3 weeks ago
- 0b3dfbc Bump step-security/harden-runner from 2.19.1 to 2.19.2 by dependabot[bot] · 3 weeks ago
- 102496a Scatter Gather tutorial by transposing matrix by Krzysztof Rymski · 3 weeks ago
- a5393b8 minor Lookup* improvement: ZeroExtendResizeBitCast by Jan Wassenberg · 3 weeks ago
- e3a29c2 MaskedReduceSum/Min/Max and MaskedSqrtOr by velonica0 · 3 weeks ago
- ecbaacc Highway tutorial to aes / cryptography. Simple password cracking. by Krzysztof Rymski · 3 weeks ago
- 3c92bc3 Highway tutorial around masks by Krzysztof Rymski · 3 weeks ago
- adf91c7 Add Lookup16, clarify Lookup8 comments by Jan Wassenberg · 3 weeks ago
- 3c72230 Merge pull request #2989 from RaviTriv:cbrt by Copybara-Service · 4 weeks ago
- 27dee0c Add AndXor by Jan Wassenberg · 4 weeks ago
- 619b186 Add + Use ComputeIndices8Intervals by Nikhil Dev Goyal · 4 weeks ago
- cb2c609 Add + use FallbackBlendChain4Coeff by Nikhil Dev Goyal · 4 weeks ago
- a0d9b62 Update accuracy comments to use E notation for better readability by Nikhil Dev Goyal · 4 weeks ago
- 27c6cab Merge pull request #3040 from google:dependabot/github_actions/step-security/harden-runner-2.19.1 by Copybara-Service · 4 weeks ago
- 8a8cfab Bump step-security/harden-runner from 2.19.0 to 2.19.1 by dependabot[bot] · 4 weeks ago
- ece30d7 Add wasm_256 to HWY_SOURCES. Fixes #3031 by Jan Wassenberg · 4 weeks ago
- 8ddbdef Update accuracy comments and tighten bounds for FastPow by Nikhil Dev Goyal · 4 weeks ago
- 8d45d98 Add+use CanLookup8 helper function by Jan Wassenberg · 4 weeks ago
- dd4199b Improve FastLog10() by Nikhil Dev Goyal · 4 weeks ago
- ef90e1b Improve FastLog2() by Nikhil Dev Goyal · 4 weeks ago
- 0a0e4ce minimize usage of Lanes by Ravi · 4 weeks ago
- 0048cba Merge pull request #3038 from abhishek-iitmadras:abhishek-iitmadras-patch-1 by Copybara-Service · 4 weeks ago
- 892ff14 add suggested static target flags, fixes #3029 by Jan Wassenberg · 4 weeks ago
- cf466cc Improve FastLog() by Nikhil Dev Goyal · 4 weeks ago
- af486ba Merge pull request #3030 from bkmgit:patch-1 by Copybara-Service · 4 weeks ago
- 50a54fc Refactor memory test to use base variable for unpredictability by Abhishek Kumar · 4 weeks ago
- bb1c16b Attempted workaround for GCC PPC EMU128 test failure, refs #3024 by Jan Wassenberg · 4 weeks ago
- 78b390e add intdiv imp by Abhishek Kumar · 5 weeks ago
- 73bc381 reorder multiplication to prevent subnormal in newton by Ravi · 5 weeks ago
- 0e75fd5 add runtime guard by Ravi · 5 weeks ago
- 720e839 bitcast on multi lane targets by Ravi · 5 weeks ago
- d0bd3e8 use demote/promote to fix scalar build by Ravi · 5 weeks ago
- 4cb3b0c adapt to jpegxl approach and apply optimizations by Ravi · 5 weeks ago
- ff21983 update ulp and add reference comment by Ravi · 5 weeks ago
- 39db1e0 implement cbrt by Ravi · 5 weeks ago
- 8a0da77 Allow bug workaround for GCC 16 by Benson Muite · 5 weeks ago
- 5c7030c Merge pull request #3023 from abhishek-iitmadras:patch-1 by Copybara-Service · 5 weeks ago
- 13eb685 Typo/lint fixes in readme by Jan Wassenberg · 5 weeks ago
- 2461d34 Fix mantissa extraction in RandomNormalizedFloat by Abhishek Kumar · 5 weeks ago
- b404c94 Again roll back wasm-simd assumption, more fixes required by Jan Wassenberg · 5 weeks ago
- 0de5aa1 Fix random-inl for the deprecated HWY_SCALAR target by Jan Wassenberg · 5 weeks ago
- 9bbb7fb Copybara import of the project: by Jan Wassenberg · 5 weeks ago
- c73e896 Merge pull request #3016 from google:dependabot/github_actions/uraimo/run-on-arch-action-3.1.0 by Copybara-Service · 5 weeks ago
- 24d0a94 Merge pull request #2999 from google:dependabot/github_actions/step-security/harden-runner-2.19.0 by Copybara-Service · 5 weeks ago
- 16f5f5c Import AesCtrEngine, RngStream, and RandomNormalizedFloat from Gemma.cpp by Jan Wassenberg · 5 weeks ago
- 8fd6efa Merge pull request #3017 from bkmgit:patch-1 by Copybara-Service · 5 weeks ago
- 064102f Add newlines to ensure links show correctly by Benson Muite · 5 weeks ago
- df69c95 Bump uraimo/run-on-arch-action from 3.0.1 to 3.1.0 by dependabot[bot] · 5 weeks ago
- 31ac0d4 Merge pull request #3015 from bkmgit:patch-1 by Copybara-Service · 5 weeks ago
- 5ef8a8a Moves the kAssumePositive boolean flag to the beginning of the template parameter list for FastAtan by Nikhil Dev Goyal · 5 weeks ago
- 18d930e Use collapsible sections in list of ways to install Highway by Benson Muite · 5 weeks ago
- c634cad add PPC detection for Apple GCC. Fixes #3010 by Jan Wassenberg · 5 weeks ago
- 2a8e177 Fix FreeBSD futex build, fixes #3007, thanks @jbeich by Jan Wassenberg · 5 weeks ago
- bed83b6 Use 5 degree polynomial and move to using a hybrid adder tree approach by Nikhil Dev Goyal · 5 weeks ago
- 53bd13b Bump step-security/harden-runner from 2.18.0 to 2.19.0 by dependabot[bot] · 6 weeks ago
- b098ec6 use large(r) test runners by Jan Wassenberg · 6 weeks ago
- 4c5025f Update FastTanh() to increase accuracy. by Nikhil Dev Goyal · 6 weeks ago
- 8d62562 Merge pull request #3000 from henrixapp:dot_poduct_example by Copybara-Service · 6 weeks ago
- 2607d3b Windows topology fix for AMD ThreadRipper by Jan Wassenberg · 6 weeks ago upstream/1.4.0
- f8719ef Pre-release Windows fixes: missing capture, f64->u64 cast by Jan Wassenberg · 6 weeks ago
- a5a0400 Wrap double in HWY_HAVE_FLOAT64 by Henrik Reinstädtler · 6 weeks ago
- d3f1dcb Add Bazel, Remove simple version by Henrik Reinstädtler · 6 weeks ago
- 4ae1990 1.4.0 release candidate by Jan Wassenberg · 6 weeks ago
- 89e7b28 MSVC DLLEXPORT fixes for skeleton_test/thread_pool, fixes #2798 by Jan Wassenberg · 6 weeks ago