• Home
Name Date Size #Lines LOC

..--

src/04-Jul-2025-13,89910,942

Android.bpD04-Jul-202512.5 KiB427420

LICENSED04-Jul-202512.6 KiB231195

METADATAD04-Jul-2025307 1312

MODULE_LICENSE_APACHE_2_0D04-Jul-20250

README.chromiumD04-Jul-2025488 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