commit | 88d1f0dd9a27f5db7a2606ace50d40f749babf03 | [log] [tgz] |
---|---|---|
author | Arthur Eubanks <aeubanks@google.com> | Wed Oct 16 07:43:23 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Oct 16 07:43:23 2024 |
tree | fa3597ecb1e3d96f3c0e0dfc04f5fd76bb93d715 | |
parent | 9d684efef29617107c12b6b95305634575f360de [diff] |
Roll src/third_party/highway/src/ 8295336dd..a97b5d371 (117 commits) https://chromium.googlesource.com/external/github.com/google/highway.git/+log/8295336dd70f..a97b5d371d69 $ git log 8295336dd..a97b5d371 --date=short --no-merges --format='%ad %ae %s' 2024-10-15 janwas Wrap tests in anon namespace to enable integration in Chromium 2024-10-14 janwas fix topology detection on RVV, where LPs can be under-reported 2024-10-10 janwas fix missing cast 2024-10-10 janwas update MODULE.bazel versions, add missing platforms 2024-10-10 janwas Minor formatting + DASSERT fixes 2024-10-08 janwas add NUMA node to topology 2024-10-07 janwas fix IsNaN codegen for clang < 18.1. Refs numpy/numpy/issues/27313 2024-10-06 siruilu use 1/8 LMUL to process Eq128Upper and Ne128Upper mask 2024-10-06 siruilu use 1/8 LMUL to process Ne128 mask 2024-10-06 siruilu use 1/8 LMUL to process Eq128 mask 2024-10-06 siruilu use 1/8 LMUL to process Lt128Upper mask 2024-09-17 raj.khem Add cmake check for deducing 32bit or 64bit RISCV 2024-10-04 janwas Fix profiler ubsan crash 2024-10-03 no-reply Fix HWY_RCAST_ALIGNED 2024-10-01 john_platts Fixed compilation error in sort_test 2024-09-30 janwas fix Github Action failure: incorrect dependency and cast 2024-09-30 siruilu use HWY_MAX instead of std::max 2024-09-30 janwas fix printf specifier warnings when profiler enabled 2024-09-27 siruilu reduce LMUL for Dup128MaskFromMaskBits 2024-09-19 janwas update Highway intro slides 2024-09-18 janwas disable RVV for older GCC/Clang. Fixes #2328, thanks @johnplatts 2024-09-10 janwas add test for already sorted inputs 2024-09-09 janwas fix NumWorkers: main thread also participates. 2024-09-09 janwas log transform for less overflow in GeometricMean 2024-09-06 john_platts Made unit testing enhancements if HWY_TEST_STANDALONE is 1 2024-09-03 john_platts Fixes for Clang 19 bugs on the Z14/Z15 targets 2024-09-03 janwas consistent stats.cc %e formatting for Mean/SD 2024-08-27 janwas disable runtime dispatch experiment on RVV, clang 19 is not yet ready. Fixes #2311 2024-08-27 janwas add vectorlite user 2024-08-26 janwas remove finished TODO 2024-08-20 paulchang Temporarily disable tests for Load/StoreInterleaved of special floats on arm7 2024-08-20 k0tran Add RVV linker flag in case of building with RVV 2024-08-19 janwas fix abort_test for limited Windows regex. Refs mesonbuild/wrapdb#1611 2024-08-16 paulchang Provide generic emulated Load/StoreInterleaved for special floats 2024-08-15 john_platts Added arithmetic assignment operators from F16/BF16 2024-08-13 john_platts Fixes to hwy/base.h and vqsort-inl.h 2024-08-13 doak Minor QoL improvements. 2024-08-12 john_platts Enabled F64 on WASM_EMU256 target 2024-08-12 janwas update user list from sourcegraph 2024-08-10 john_platts Enable AVX3_SPR F16 support with Clang 19.1 or later 2024-08-08 janwas also enable CompressStore workaround for SPR 2024-08-07 john_platts Made fixes to hwy::IsInteger 2024-08-07 janwas Experimental support for RVV runtime dispatch in clang19, refs llvm/llvm-project#56592 2024-08-02 janwas document SVE operator< issue 2024-08-02 janwas split sort_test 2024-08-02 janwas fix remaining unsafe BlendedStore in vqsort 2024-07-29 janwas add gemma.cpp to Highway users 2024-07-29 janwas add 8-bit test case for vqsort to cover MaybePartitionTwoValue. Refs #2281 2024-07-26 chris Replace BlendedStore at edges with StoreN 2024-07-23 john_platts Fix compilation errors on 32-bit PowerPC (...) 2024-06-12 janwas add FAQ on HWY_RESTRICT 2024-06-11 janwas split up logical test into if_test and sign_test for GCC. fixes #2240, thanks @malaterre 2024-06-11 john_platts Added Clang 16/17/18 and GCC 13 to GitHub workflow 2024-06-11 john_platts Added x86_32 GCC 12/Clang 15 to GitHub workflow 2024-06-10 john_platts Fixed warning in TestForeach in transform_test.cc 2024-06-10 john_platts Made enhancements to Exp2 2024-06-07 49699333+dependabot[bot] Bump step-security/harden-runner from 2.8.0 to 2.8.1 2024-06-05 paulchang Improve testing of transform edge cases 2024-06-03 janwas opt-in to reduce set of MSVC targets. Fixes #2220 2024-06-03 janwas clarify ZEN4 enabling 2024-06-03 jdorfman Internal 2024-06-03 john_platts Made fixes to generic_ops-inl.h BitShuffle impl on big-endian 2024-06-03 janwas Disable RVV runtime dispatch. Fixes #2227 2024-06-03 janwas update signing process post 1.2 - use git archive result 2024-06-03 janwas fix incorrect DLLEXPORT, fixes #2225 2024-06-03 janwas mention key server for signing, fixes #2224 2024-05-31 john_platts Added DemoteToNearestInt and F16/F64 NearestInt ops 2024-05-31 janwas remove HWY_HAS_INCLUDE - mishandled by clang 2024-05-31 janwas fix RVV TestPartition - cap vector as in the full sort. Fixes #2078 2024-05-30 janwas add HWY_DYNAMIC_POINTER_T for use with HWY_EXPORT_T 2024-05-30 janwas fix RVV missing macro, simplify D args 2024-05-30 janwas fix ppc 32-bit build, which lacks __int128 2024-05-29 mathieu.malaterre Fix compilation of shared libraries 2024-05-29 janwas split arithmetic_test into div/saturated. Fixes #2208 2024-05-29 mathieu.malaterre Allow compilation with -Werror on GNU/Hurd system 2024-05-29 janwas move bit_set to core 2024-05-28 janwas fix non-Apple bf16 detection, fixes #2199, thanks @jgouly 2024-05-28 janwas doc: define lanes, mention new targets and ConvertScalarTo 2024-05-27 janwas temporarily delete codeql - failing due to disk space. 2024-05-24 janwas Clang RVV workarounds 2024-05-23 janwas GCC cast fix 2024-05-23 john_platts Fix ICX detection 2024-05-23 janwas Fix bf16 target and ICC compiler detection 2024-05-22 john_platts Updated Undefined implementation on NEON/PPC/Z14 2024-05-22 janwas disable failing GCC 13 RVV tests 2024-05-22 janwas Re-enable float to int test; UB is fixed in #2189 2024-05-22 49699333+dependabot[bot] --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-type: direct:production update-type: version-update:semver-minor ... 2024-05-22 padogra Add frame of reference to Pack32/Pack64 2024-05-21 49699333+dependabot[bot] --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... 2024-05-20 john_platts Workaround for UB in x86 ConvertInRangeTo with GCC 2024-05-21 janwas simplify interleaved_test, fixes GCC AVX2/3 2024-05-17 no-reply re-enable vqsort for sanitizers on arm 2024-05-17 janwas fix GCC warnings (cast after arithmetic, but not for Iota) 2024-05-17 janwas avoid GCC "UB" in truncating cases. Fixes #2183 2024-05-17 janwas internal test infra 2024-05-16 janwas Clang RVV fixes: 2024-05-16 john_platts Updated CMakeLists.txt to compile in C++17 mode by default 2024-05-15 john_platts Fixed compilation errors with HwyInterleavedTest on x86 2024-05-10 john_platts Added support for dynamic dispatch for macOS/iOS/iPadOS on AArch64 2024-04-10 siruilu Add the synthesized, efficient Lt128 implementation. Created with: roll-dep src/third_party/highway/src Bug: 372239930 Change-Id: Ifc034f7f11b444bacdb4e244e8cdf0b47a6c0440 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5935891 Reviewed-by: Nico Weber <thakis@chromium.org> Commit-Queue: Arthur Eubanks <aeubanks@google.com> Cr-Commit-Position: refs/heads/main@{#1369232}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.