• Home
Name Date Size #Lines LOC

..--

BUILD.gnD03-May-20241.8 KiB6257

OWNERSD03-May-202458 43

README.chromiumD03-May-2024488 1614

README.chromium

1Name: cpu_features
2Short Name: cpu_features
3URL: https://github.com/google/cpu_features
4Version: v0.8.0
5Date: 2023/05/17
6License: Apache 2.0
7License File: src/LICENSE
8Security Critical: Yes
9Shipped: yes
10
11Description:
12cpu_features is a library to retrieve CPU features at runtime. It is used to
13make decisions about performance optimization and features a drop-in replacement
14for Android's cpu-features.h. It is Android's recommended replacement for libraries
15that utilize cpu-features.h.
16