From 32f89d22dbd98acd7f063abdf332da36977eefae Mon Sep 17 00:00:00 2001 From: Marat Dukhan Date: Sun, 11 Mar 2018 13:55:09 -0700 Subject: README: update methods for SoC name detection --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index ace7310..89a5a91 100644 --- a/README.md +++ b/README.md @@ -148,8 +148,8 @@ pthread_setaffinity_np(pthread_self(), sizeof(cpu_set_t), &cpu_set); - Processor (SoC) name detection - [x] Using CPUID leaves 0x80000002–0x80000004 on x86/x86-64 - [x] Using `/proc/cpuinfo` on ARM - - [ ] Using kernel log (`dmesg`) on ARM - - [x] Using `ro.chipname`, `ro.board.platform`, `ro.product.board` properties (Android) + - [x] Using `ro.chipname`, `ro.board.platform`, `ro.product.board`, `ro.mediatek.platform`, `ro.arch` properties (Android) + - [ ] Using kernel log (`dmesg`) on ARM Linux - Vendor and microarchitecture detection - [x] Intel-designed x86/x86-64 cores (up to Kaby Lake, Airmont, and Knights Mill) - [x] AMD-designed x86/x86-64 cores (up to Puma/Jaguar and Zen) -- cgit v1.2.3