aboutsummaryrefslogtreecommitdiff
path: root/system/cpuinfo2cpuflags/README
diff options
context:
space:
mode:
Diffstat (limited to 'system/cpuinfo2cpuflags/README')
-rw-r--r--system/cpuinfo2cpuflags/README9
1 files changed, 0 insertions, 9 deletions
diff --git a/system/cpuinfo2cpuflags/README b/system/cpuinfo2cpuflags/README
deleted file mode 100644
index 6ada33eeca8f..000000000000
--- a/system/cpuinfo2cpuflags/README
+++ /dev/null
@@ -1,9 +0,0 @@
-cpuinfo2cpuflags (guess CPU_FLAGS_X86 flags for the host)
-
-cpuinfo2cpuflags is a tool to guess CPU_FLAGS_X86 flags for the host.
-
-Call the cpuid instruction to obtain the supported CPU feature bits
-instead of reading the preprocessed values from Linux-specific
-/proc/cpuinfo. This increases portability across systems and accuracy
-of information -- supported instructions depend on the version of the
-program rather than the Linux kernel.