node/deps/v8/third_party/highway
Richard Lau 4ec8aa0422
deps: V8: cherry-pick highway@989a498fdf3
Original commit message:

    GCC 15 removed avx10.2-512 target

    PiperOrigin-RevId: 823560321

Refs: 989a498fdf
Fixes: https://github.com/nodejs/node/issues/60566
PR-URL: https://github.com/nodejs/node/pull/61898
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
2026-04-24 18:01:31 +02:00
..
src/hwy deps: V8: cherry-pick highway@989a498fdf3 2026-04-24 18:01:31 +02:00
BUILD.gn deps: update V8 to 14.3.127.12 2025-11-13 15:08:26 +01:00
DIR_METADATA
LICENSE
OWNERS
README.chromium deps: update V8 to 14.1.146.11 2025-10-04 18:47:18 +02:00

Name: Highway: C++ library for SIMD
Short Name: highway
URL: https://github.com/google/highway
Version: N/A
Date: 2024-05-16
Revision: 8295336dd70f1201d42c22ab5b0861de38cf8fbf
Update Mechanism: Manual
License: Apache-2.0
License File: LICENSE
Security Critical: yes
Shipped: yes
CPEPrefix: unknown

Description:
Highway is a C++ library for SIMD (Single Instruction, Multiple Data), i.e. applying the same operation to 'lanes'. This library is a dependency from libjxl to use SIMD instructions across multiple target platforms and runtime CPUs.

Local Modifications:
None.