node/deps/v8/third_party/cpu_features
Michaël Zasso 17a74ddd3d
deps: update V8 to 11.8.172.13
PR-URL: https://github.com/nodejs/node/pull/49639
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
2023-10-10 08:25:41 +02:00
..
BUILD.gn deps: update V8 to 11.8.172.13 2023-10-10 08:25:41 +02:00
OWNERS deps: update V8 to 11.8.172.13 2023-10-10 08:25:41 +02:00
README.v8 deps: update V8 to 11.8.172.13 2023-10-10 08:25:41 +02:00

README.v8

Name: cpu_features
Short Name: cpu_features
URL: https://github.com/google/cpu_features
Version: v0.8.0
Date: 2023/05/17
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.