From e3fff9bc1490104b88f9d5575da1b1a4df4965c7 Mon Sep 17 00:00:00 2001 From: Marat Dukhan Date: Fri, 20 Oct 2017 13:58:52 -0700 Subject: Update README --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index e435c8f..dbb77ae 100644 --- a/README.md +++ b/README.md @@ -106,12 +106,6 @@ pthread_setaffinity_np(pthread_self(), sizeof(cpu_set_t), &cpu_set); - [ ] Windows - [ ] x86 - [ ] x86-64 -- [ ] Native Client - - [ ] x86 - - [x] x86-64 - - [ ] ARMv7-A -- [ ] Portable Native Client -- [ ] Emscripten ## Features @@ -130,7 +124,7 @@ pthread_setaffinity_np(pthread_self(), sizeof(cpu_set_t), &cpu_set); - [x] Nvidia-designed ARM cores (Denver) - [x] Samsung-designed ARM cores (Mongoose) - [x] Intel-designed ARM cores (XScale up to 3rd-gen) - - [ ] Apple-designed ARM cores (up to Hurricane) + - [x] Apple-designed ARM cores (up to Hurricane) - [x] Cavium-designed ARM cores (ThunderX) - [ ] AppliedMicro-designed ARM cores - Instruction set detection @@ -162,6 +156,7 @@ pthread_setaffinity_np(pthread_self(), sizeof(cpu_set_t), &cpu_set); - [x] Using CPUID leaf 0x00000001 on x86/x86-64 (legacy APIC ID) - [x] Using CPUID leaf 0x0000000B on x86/x86-64 (Intel APIC ID) - [ ] Using CPUID leaf 0x8000001E on x86/x86-64 (AMD APIC ID) + - [x] Using `/proc/cpuinfo` (Linux) - [x] Using `host_info` (Mach) - [x] Using sysfs (Linux) - [x] Using chipset name (ARM/Linux) -- cgit v1.2.3