- 3c72230 Merge pull request #2989 from RaviTriv:cbrt by Copybara-Service · 2 days ago upstream/master
- 27dee0c Add AndXor by Jan Wassenberg · 2 days ago
- 619b186 Add + Use ComputeIndices8Intervals by Nikhil Dev Goyal · 3 days ago
- cb2c609 Add + use FallbackBlendChain4Coeff by Nikhil Dev Goyal · 3 days ago
- a0d9b62 Update accuracy comments to use E notation for better readability by Nikhil Dev Goyal · 4 days ago
- 27c6cab Merge pull request #3040 from google:dependabot/github_actions/step-security/harden-runner-2.19.1 by Copybara-Service · 5 days ago
- 8a8cfab Bump step-security/harden-runner from 2.19.0 to 2.19.1 by dependabot[bot] · 5 days ago
- ece30d7 Add wasm_256 to HWY_SOURCES. Fixes #3031 by Jan Wassenberg · 5 days ago
- 8ddbdef Update accuracy comments and tighten bounds for FastPow by Nikhil Dev Goyal · 5 days ago
- 8d45d98 Add+use CanLookup8 helper function by Jan Wassenberg · 5 days ago
- dd4199b Improve FastLog10() by Nikhil Dev Goyal · 5 days ago
- ef90e1b Improve FastLog2() by Nikhil Dev Goyal · 5 days ago
- 0a0e4ce minimize usage of Lanes by Ravi · 5 days ago
- 0048cba Merge pull request #3038 from abhishek-iitmadras:abhishek-iitmadras-patch-1 by Copybara-Service · 5 days ago
- 892ff14 add suggested static target flags, fixes #3029 by Jan Wassenberg · 5 days ago
- cf466cc Improve FastLog() by Nikhil Dev Goyal · 5 days ago
- af486ba Merge pull request #3030 from bkmgit:patch-1 by Copybara-Service · 5 days ago
- 50a54fc Refactor memory test to use base variable for unpredictability by Abhishek Kumar · 5 days ago
- bb1c16b Attempted workaround for GCC PPC EMU128 test failure, refs #3024 by Jan Wassenberg · 5 days ago
- 73bc381 reorder multiplication to prevent subnormal in newton by Ravi · 7 days ago
- 0e75fd5 add runtime guard by Ravi · 7 days ago
- 720e839 bitcast on multi lane targets by Ravi · 7 days ago
- d0bd3e8 use demote/promote to fix scalar build by Ravi · 7 days ago
- 4cb3b0c adapt to jpegxl approach and apply optimizations by Ravi · 7 days ago
- ff21983 update ulp and add reference comment by Ravi · 7 days ago
- 39db1e0 implement cbrt by Ravi · 7 days ago
- 8a0da77 Allow bug workaround for GCC 16 by Benson Muite · 8 days ago
- 5c7030c Merge pull request #3023 from abhishek-iitmadras:patch-1 by Copybara-Service · 9 days ago
- 13eb685 Typo/lint fixes in readme by Jan Wassenberg · 9 days ago
- 2461d34 Fix mantissa extraction in RandomNormalizedFloat by Abhishek Kumar · 10 days ago
- b404c94 Again roll back wasm-simd assumption, more fixes required by Jan Wassenberg · 10 days ago
- 0de5aa1 Fix random-inl for the deprecated HWY_SCALAR target by Jan Wassenberg · 10 days ago
- 9bbb7fb Copybara import of the project: by Jan Wassenberg · 10 days ago
- c73e896 Merge pull request #3016 from google:dependabot/github_actions/uraimo/run-on-arch-action-3.1.0 by Copybara-Service · 10 days ago
- 24d0a94 Merge pull request #2999 from google:dependabot/github_actions/step-security/harden-runner-2.19.0 by Copybara-Service · 10 days ago
- 16f5f5c Import AesCtrEngine, RngStream, and RandomNormalizedFloat from Gemma.cpp by Jan Wassenberg · 11 days ago
- 8fd6efa Merge pull request #3017 from bkmgit:patch-1 by Copybara-Service · 12 days ago
- 064102f Add newlines to ensure links show correctly by Benson Muite · 12 days ago
- df69c95 Bump uraimo/run-on-arch-action from 3.0.1 to 3.1.0 by dependabot[bot] · 12 days ago
- 31ac0d4 Merge pull request #3015 from bkmgit:patch-1 by Copybara-Service · 12 days ago
- 5ef8a8a Moves the kAssumePositive boolean flag to the beginning of the template parameter list for FastAtan by Nikhil Dev Goyal · 12 days ago
- 18d930e Use collapsible sections in list of ways to install Highway by Benson Muite · 12 days ago
- c634cad add PPC detection for Apple GCC. Fixes #3010 by Jan Wassenberg · 12 days ago
- 2a8e177 Fix FreeBSD futex build, fixes #3007, thanks @jbeich by Jan Wassenberg · 12 days ago
- bed83b6 Use 5 degree polynomial and move to using a hybrid adder tree approach by Nikhil Dev Goyal · 12 days ago
- 53bd13b Bump step-security/harden-runner from 2.18.0 to 2.19.0 by dependabot[bot] · 2 weeks ago
- b098ec6 use large(r) test runners by Jan Wassenberg · 2 weeks ago
- 4c5025f Update FastTanh() to increase accuracy. by Nikhil Dev Goyal · 2 weeks ago
- 8d62562 Merge pull request #3000 from henrixapp:dot_poduct_example by Copybara-Service · 2 weeks ago
- 2607d3b Windows topology fix for AMD ThreadRipper by Jan Wassenberg · 2 weeks ago upstream/1.4.0
- f8719ef Pre-release Windows fixes: missing capture, f64->u64 cast by Jan Wassenberg · 2 weeks ago
- a5a0400 Wrap double in HWY_HAVE_FLOAT64 by Henrik Reinstädtler · 2 weeks ago
- d3f1dcb Add Bazel, Remove simple version by Henrik Reinstädtler · 2 weeks ago
- 4ae1990 1.4.0 release candidate by Jan Wassenberg · 3 weeks ago
- 89e7b28 MSVC DLLEXPORT fixes for skeleton_test/thread_pool, fixes #2798 by Jan Wassenberg · 3 weeks ago
- 8f3011a Fix incorrect macro layering, move sanitizer macros to detect_compiler_arch by Jan Wassenberg · 3 weeks ago
- 688f718 Implement Dot Product examples by Henrik Reinstädtler · 3 weeks ago
- 9f73ae5 RVV fix for count_value_test + use concrete types by Jan Wassenberg · 3 weeks ago
- 4605f16 RVV fix for Reorder/OrderedDemote2To: GCC 15 scalar codegen bug by Jan Wassenberg · 3 weeks ago
- d60946e Add printing of columns headers in profiler by Krzysztof Rymski · 3 weeks ago
- c34a36f Merge pull request #2994 from KimBioInfoStudio:freebsd-futex-support by Copybara-Service · 3 weeks ago
- b0b7c23 Add native futex support for FreeBSD via _umtx_op by Kim Yang · 3 weeks ago
- 294297a use large(r) test runners by Jan Wassenberg · 3 weeks ago
- 1590e08 Pre-release test fixes+improvements by Jan Wassenberg · 3 weeks ago
- 619d519 print bazel version before build by Jan Wassenberg · 3 weeks ago
- 5dbd0de Merge pull request #2990 from google:dependabot/github_actions/step-security/harden-runner-2.18.0 by Copybara-Service · 3 weeks ago
- 10c73dd Fix GCC12 build: HWY_IF_CONSTEXPR. Also add FillBytes by Jan Wassenberg · 3 weeks ago
- 8d797c1 fix include path, fixes #2985, thanks @stefson by Jan Wassenberg · 3 weeks ago
- b87a875 Bump step-security/harden-runner from 2.17.0 to 2.18.0 by dependabot[bot] · 3 weeks ago
- a02e5fa minor cleanup (license header, includes, comments) by Jan Wassenberg · 4 weeks ago
- 069f7e1 Add simple and advanced array sum tutorials to Highway by Krzysztof Rymski · 4 weeks ago
- a158161 Merge pull request #2982 from google:dependabot/github_actions/actions/cache-5.0.5 by Copybara-Service · 4 weeks ago
- cef904b Bump actions/cache from 5.0.4 to 5.0.5 by dependabot[bot] · 4 weeks ago
- a9daa4e Merge pull request #2981 from bkmgit:patch-1 by Copybara-Service · 4 weeks ago
- a27624e Add information about NumKong SIMD accelerated math library by Benson Muite · 4 weeks ago
- 0b05d29 Optimize FastLog10 by preabsorbing the constant into FastLog coeffeceint which essentially saves 1 Mul instruction by Nikhil Dev Goyal · 4 weeks ago
- 154cc0a Optimize FastLog2 by removing the redundant Mul() instruction at the end by preabsorbing multiplication of kInvLn2 directly into the implementation of FastLog by Nikhil Dev Goyal · 4 weeks ago
- 664837a Merge pull request #2966 from RaviTriv:count/CountIf by Copybara-Service · 4 weeks ago
- 1b1a6a4 add runtime check for SVE by Ravi · 4 weeks ago
- 3d46456 move k1 inside if by Ravi · 4 weeks ago
- 54ef9d7 update CountIf by Ravi · 4 weeks ago
- 1e86a3f widen before to prevent overflow by Ravi · 4 weeks ago
- 79a8d47 update formatting by Ravi · 4 weeks ago
- 07e0b98 add lane guard by Ravi · 4 weeks ago
- 35b719c refactor for masked accumulation by Ravi · 4 weeks ago
- e95a89a update build files by Ravi · 4 weeks ago
- e689d4b use lamba for CountIf by Ravi · 4 weeks ago
- b025d7b implement count by Ravi · 4 weeks ago
- ea8672c Fix f164ebb - GCC requires + before target attr by Jan Wassenberg · 4 weeks ago
- 7deaa38 Merge pull request #2975 from google:dependabot/github_actions/step-security/harden-runner-2.17.0 by Copybara-Service · 4 weeks ago
- f164ebb SVE2_128 requires I8MM/BF16. Fixes #2973 by Jan Wassenberg · 4 weeks ago
- 0094585 Bump step-security/harden-runner from 2.16.1 to 2.17.0 by dependabot[bot] · 4 weeks ago
- 9c734ef Fix SVE HWY_NATIVE_DOT_BF16 - used before defined by Jan Wassenberg · 4 weeks ago
- 3b9166f Attempted workaround for GCC-15 RVV vnclipu mis-optimization by Jan Wassenberg · 4 weeks ago
- 4dc9284 Fix GTest target name display for older GTest by Jan Wassenberg · 4 weeks ago
- 22fc355 Merge pull request #2964 from mohammadmseet-hue:fix/integer-overflow-checks by Copybara-Service · 5 weeks ago
- 9970542 Release testing updates by Jan Wassenberg · 5 weeks ago
- e525cbc Merge pull request #2963 from kleisauke:add-missing-header by Copybara-Service · 5 weeks ago
- bac2b25 Merge pull request #2968 from JamieMagee:enable-rvv-runtime-dispatch by Copybara-Service · 5 weeks ago
- 068d596 Merge pull request #2961 from google:dependabot/github_actions/step-security/harden-runner-2.16.1 by Copybara-Service · 5 weeks ago