mirror of
https://github.com/google/cpu_features.git
synced 2025-07-02 05:33:17 +02:00

committed by
GitHub

parent
d395dfa026
commit
20fa92a02a
@ -283,7 +283,9 @@ enum {
|
||||
ANDROID_CPU_MIPS_FEATURE_MSA = (1 << 1),
|
||||
};
|
||||
|
||||
/* Return the number of CPU cores detected on this device. */
|
||||
/* Return the number of CPU cores detected on this device.
|
||||
* Please note the current implementation supports up to 32 cpus.
|
||||
*/
|
||||
extern int android_getCpuCount(void);
|
||||
|
||||
/* The following is used to force the CPU count and features
|
||||
|
Reference in New Issue
Block a user