- 3d04f0f Add kAllowSubnormals template flag to FastLog family by Nikhil Dev Goyal · 2 days ago upstream/master
- f8c10fd Improve FastAtan by Nikhil Dev Goyal · 3 days ago
- 7d917b5 New macro HWY_EXPORT_AND_TEST_BEST_P which you can use instead of HWY_EXPORT_AND_TEST_P to test only the best target. Use this to speedup things like microbenchmarks and tests by avoiding platforms like emu128. by Krzysztof Rymski · 3 days ago
- aa0f7f7 Merge pull request #2897 from kleisauke:sve-fix-argument-order by Copybara-Service · 6 days ago
- 476526e Merge pull request #2898 from kleisauke:fix-ci by Copybara-Service · 6 days ago
- 8b41eb0 Merge pull request #2862 from MDevereau:dotprod by Copybara-Service · 7 days ago
- 7fd99b8 CI: disable contrib for GCC-12 C++11 job by Kleis Auke Wolthuizen · 7 days ago
- 70d4cfa SVE: Fix argument order in MulEvenAdd/MulOddAdd for I32/U32 by Kleis Auke Wolthuizen · 8 days ago
- aebbe4e Merge pull request #2896 from google:dependabot/github_actions/step-security/harden-runner-2.15.1 by Copybara-Service · 9 days ago
- 53d9649 Bump step-security/harden-runner from 2.15.0 to 2.15.1 by dependabot[bot] · 9 days ago
- b3018f2 Merge branch 'master' into dotprod by Matthew Devereau · 9 days ago
- 36fd535 Use Capped Tag for TableLookupLanes to handle the cases when klanes are greater than 8, preventing a potential out of bounds read. by Nikhil Dev Goyal · 10 days ago
- d09285c Fix unused variable build errors by Nikhil Dev Goyal · 11 days ago
- 1e303fb Merge pull request #2892 from PatrickSteil:master by Copybara-Service · 11 days ago
- 867a3a6 Fix link formatting in README.md by Patrick Steil · 11 days ago
- 015d9bf Instead of doing comparisons to calculate indexes. What we can do is just use a 3 degree polynomial approximation to model the behaviour of {threshold, index}. Naturally doing this will lead to boundaries shifting a little, so we recalculate a, b, c and d for the slightly shifted boundaries for the best accuracy using CF approximation. by Nikhil Dev Goyal · 12 days ago
- c77f5e9 Use __ARM_FEATURE_DOTPROD || HWY_TARGET == NEON_BF16 by Matthew Devereau · 12 days ago
- c971dbe Update Coefficients for FastLog() using CF approximation. by Nikhil Dev Goyal · 13 days ago
- 5d0d33a Improve coeffecients for FastTanh using CF approximation. by Nikhil Dev Goyal · 2 weeks ago
- b4ef130 Replace (ax+b)/(cx+d) approximation with a degree 4 polynomial for FastExp() and FastExpMinusOrZero(). by Nikhil Dev Goyal · 2 weeks ago
- a85bfa3 Add FastPow() function. by Nikhil Dev Goyal · 2 weeks ago
- bf67c8b add ARCH_HEXAGON detection by Jan Wassenberg · 2 weeks ago
- 817e9b8 Add HWY_ARCH_MAX_BYTES by Jan Wassenberg · 2 weeks ago
- 63982b5 Add FastLog1p() to highway fast math library. by Nikhil Dev Goyal · 2 weeks ago
- f49ea26 Add FastExpMinusOrZero for fast exp(x) approximation for x <= 0. by Nikhil Dev Goyal · 2 weeks ago
- 148c2d0 Add FastLog2 and FastLog10 approximations to highway fast math library by Nikhil Dev Goyal · 2 weeks ago
- 23ab070 Add FastExp function to Highway math library(FastExp function raised in previous cl renamed to FastExpAlternate for now). by Nikhil Dev Goyal · 2 weeks ago
- 3132466 Merge pull request #2883 from google:dependabot/github_actions/step-security/harden-runner-2.15.0 by Copybara-Service · 3 weeks ago
- 74cb7e1 Bump step-security/harden-runner from 2.14.2 to 2.15.0 by dependabot[bot] · 3 weeks ago
- da7098a Merge pull request #2878 from miladfarca:2b8f016f2-fix by Copybara-Service · 3 weeks ago
- ce45d5a Fix by Milad Fa · 3 weeks ago
- 2b8f016 Add FastLog() function to Highway math library. by Nikhil Dev Goyal · 3 weeks ago
- 3734cb1 Add FastTanh function to Highway math library. by Nikhil Dev Goyal · 3 weeks ago
- 8bc3524 Add FastAtan2() in fast_math-inl.h. This implementation directly uses the implementation of Atan2 in math-inl.h but swaps out Atan with FastAtan. by Nikhil Dev Goyal · 3 weeks ago
- 3cca949 Merge pull request #2872 from miladfarca:ppc-s390-fix by Copybara-Service · 3 weeks ago
- a89877e update by Milad Fa · 3 weeks ago
- 6c993ee Fix by Milad Fa · 3 weeks ago
- e3afccc Merge pull request #2864 from rhythmcache:rhythmcache-patch-1 by Copybara-Service · 3 weeks ago
- a0d93bb Enable LookupTable approach for float32 on SVE. by Nikhil Dev Goyal · 3 weeks ago
- bd61088 Add FastAtan function to Highway math library. by Nikhil Dev Goyal · 3 weeks ago
- 49ac2ad Use #ifdef for HWY_EXCEPTIONS_ENABLED by rhythmcache · 3 weeks ago
- 5000d91 Improved Assert/CompareArraySimilar: by Jan Wassenberg · 3 weeks ago
- 41d3a6b Add FastTan function to Highway math library. by Nikhil Dev Goyal · 3 weeks ago
- 5cd412f Merge pull request #2865 from johnplatts:hwy_macos_dotprod_i8mm_021926 by Copybara-Service · 3 weeks ago
- 62c4653 Use DotProd and I8MM for NEON targets if enabled on macOS/iOS/iPadOS by John Platts · 3 weeks ago
- 9c9a454 Fix null placement-new UB and exception leak in MakeUniqueAligned Functions by rhythmcache · 3 weeks ago
- 322d556 Merge pull request #2861 from google:dependabot/github_actions/step-security/harden-runner-2.14.2 by Copybara-Service · 5 weeks ago
- 84f2be3 Bump step-security/harden-runner from 2.14.1 to 2.14.2 by dependabot[bot] · 5 weeks ago upstream/dependabot/github_actions/step-security/harden-runner-2.14.2
- a85f781 Move +dotprod AArch64 intrinsics behind compiler options by Matthew Devereau · 5 weeks ago
- 224b014 Merge pull request #2856 from google:dependabot/github_actions/step-security/harden-runner-2.14.1 by Copybara-Service · 6 weeks ago
- d631f72 Merge pull request #2860 from google:dependabot/github_actions/actions/cache-5.0.3 by Copybara-Service · 6 weeks ago
- a1ddfd8 Bump actions/cache from 5.0.2 to 5.0.3 by dependabot[bot] · 6 weeks ago
- 41cfcfd Copybara import of the project: by Highway · 7 weeks ago
- 979eb41 Merge pull request #2858 from vekterli:vekterli/detect-jetbrains-ide by Copybara-Service · 7 weeks ago
- 029f305 fix HWY_NATIVE_INTERLEAVE_WHOLE, must come after HWY_MAX_BYTES by Jan Wassenberg · 7 weeks ago
- 4d2ffc0 Merge pull request #2851 from LanderlYoung:feature/optimzie_wasm_target_detection by Copybara-Service · 7 weeks ago
- e77664a Detect when using a JetBrains IDE and set `HWY_IDE` accordingly by Tor Brede Vekterli · 7 weeks ago
- ea58e45 Disable SVE in MSAN builds because Clang appears not to propagate initialization status through SVE instructions. by Jan Wassenberg · 7 weeks ago
- 98c7560 Bump step-security/harden-runner from 2.14.0 to 2.14.1 by dependabot[bot] · 7 weeks ago
- e1e88d4 Merge pull request #2853 from google:dependabot/github_actions/actions/checkout-6.0.2 by Copybara-Service · 7 weeks ago
- 8381dc2 Bump actions/checkout from 6.0.1 to 6.0.2 by dependabot[bot] · 7 weeks ago
- 8160d6b Add InterleaveLower/UpperBlocks by Jan Wassenberg · 7 weeks ago
- 1c113ee Optimize auto-detection of `HWY_ARCH_WASM` target by landerlyoung · 7 weeks ago
- 271a9a0 Add rules_cc load statements and update dependencies for Bazel 9 by Phillipp Schoppmann · 8 weeks ago
- 2b82c22 Merge pull request #2848 from google:dependabot/github_actions/actions/cache-5.0.2 by Copybara-Service · 8 weeks ago
- 64b1394 Bump actions/cache from 5.0.1 to 5.0.2 by dependabot[bot] · 8 weeks ago
- 89ed5c4 Avoid unnecessary add for BFDOT by Jan Wassenberg · 8 weeks ago
- 2708814 Add XorAndNot, simplify ternlog usage by Jan Wassenberg · 8 weeks ago
- 56adfd1 avoid unnecessary add after SVE BFDOT, also fix lint warning (formatting) by Jan Wassenberg · 8 weeks ago
- 2880050 Disable vqsort for --config=safestack on SVE to work around clang SVE bug. by Highway · 9 weeks ago
- 37bf658 Re-enable HWY_SVE2_128 for Clang 21. by Highway · 9 weeks ago
- b9cf92c fix Median: only add 1 for integer T by Jan Wassenberg · 9 weeks ago
- 1b14f33 update ConvertScalarTo documentation by Jan Wassenberg · 9 weeks ago
- 80e0a3a Merge pull request #2840 from johnplatts:hwy_mul_by_pow2_enh_010626 by Copybara-Service · 10 weeks ago
- b6e1a44 Made enhancements to MulByPow2 implementation by John Platts · 10 weeks ago
- ade5215 Merge pull request #2837 from xoorath:master by Copybara-Service · 10 weeks ago
- 21e71ea Dont include CTest if HWY_ENABLE_TESTS is off. by xo · 10 weeks ago
- 2c9af52 add comment on Wasm disallowing runtime dispatch. Refs #2831 by Jan Wassenberg · 10 weeks ago
- ee49911 add comment on i8mm, refs #2828 by Jan Wassenberg · 3 months ago
- 7c9b2a2 Merge pull request #2828 from MDevereau:i8mm by Copybara-Service · 3 months ago
- 4262db0 No public description by Liam Miller-Cushon · 3 months ago
- eddcb5c Move i8mm AArch64 intrinsics behind compiler options by Matthew Devereau · 3 months ago
- 045029e Merge pull request #2821 from MDevereau:bfdot by Copybara-Service · 3 months ago
- 52097c9 Merge pull request #2826 from google:dependabot/github_actions/actions/cache-5.0.1 by Copybara-Service · 3 months ago
- 4580e48 Bump actions/cache from 5.0.0 to 5.0.1 by dependabot[bot] · 3 months ago
- bfc2847 Document EBF16 effect by Matthew Devereau · 3 months ago
- 37fc102 Merge pull request #2823 from google:dependabot/github_actions/actions/cache-5.0.0 by Copybara-Service · 3 months ago
- 5af21b8 Armv8 GCC compiler issue workaround (noclone). Fixes #2813 by Jan Wassenberg · 3 months ago
- 1003eec Bump actions/cache from 4.3.0 to 5.0.0 by dependabot[bot] · 3 months ago
- ff79fff fix potential race for StringTable on Arm by Jan Wassenberg · 3 months ago
- 5d94e5d Split arithmetic_test, fixes #2814 by Jan Wassenberg · 3 months ago
- ed0922a Use svbfdot for ReorderWidenMulAccumulate by Matthew Devereau · 3 months ago
- 2984d21 Merge pull request #2819 from google:dependabot/github_actions/step-security/harden-runner-2.14.0 by Copybara-Service · 3 months ago
- 3b97eea Merge pull request #2807 from google:dependabot/github_actions/actions/checkout-6.0.1 by Copybara-Service · 3 months ago
- a2b7366 Bump step-security/harden-runner from 2.13.3 to 2.14.0 by dependabot[bot] · 3 months ago
- 83ba775 Merge pull request #2818 from vekterli:vekterli/fix-compilation-error-on-aarch64-gcc-14 by Copybara-Service · 3 months ago
- a9be142 Improved Stats printing by Jan Wassenberg · 3 months ago
- ff48f0d Use `Sub` instead of `operator-` to support SVE vectors by Tor Brede Vekterli · 3 months ago
- ec28187 Bump actions/checkout from 6.0.0 to 6.0.1 by dependabot[bot] · 3 months ago
- e0d14b0 Merge pull request #2808 from johnplatts:hwy_github_workflow_120325 by Copybara-Service · 3 months ago