node/deps/v8/third_party/cpu_features
Michaël Zasso 7772a2df9d
deps: update V8 to 14.1.146.11
PR-URL: https://github.com/nodejs/node/pull/59805
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Richard Lau <richard.lau@ibm.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
2025-10-04 18:47:18 +02:00
..
BUILD.gn
OWNERS
README.v8 deps: update V8 to 14.1.146.11 2025-10-04 18:47:18 +02:00

Name: cpu_features
Short Name: cpu_features
URL: https://github.com/google/cpu_features
Version: v0.8.0
Date: 2023-05-17
Update Mechanism: Manual
License: Apache 2.0
License File: src/LICENSE
Security Critical: yes
Shipped: yes

Description:
cpu_features is a library to retrieve CPU features at runtime. It is used to
make decisions about performance optimization and features a drop-in replacement
for Android's cpu-features.h. It is Android's recommended replacement for libraries
that utilize cpu-features.h.