summaryrefslogtreecommitdiffstats
path: root/libraries/libcpuid
diff options
context:
space:
mode:
author B. Watson2016-11-11 23:03:35 +0100
committer Willy Sudiarto Raharjo2016-11-12 00:58:01 +0100
commit76e09d1b3ec05ea2fa814372a6a39cbd00e2e5d2 (patch)
treed98360e968257ad42ff44f164fc258abd27c4c43 /libraries/libcpuid
parent7b8a5ae8587ac3c7f1e18c2ea72a884104c886a4 (diff)
downloadslackbuilds-76e09d1b3ec05ea2fa814372a6a39cbd00e2e5d2.tar.gz
libraries/libcpuid: Update README.
Diffstat (limited to 'libraries/libcpuid')
-rw-r--r--libraries/libcpuid/README16
1 files changed, 11 insertions, 5 deletions
diff --git a/libraries/libcpuid/README b/libraries/libcpuid/README
index f78e3ce45c..80e031c94c 100644
--- a/libraries/libcpuid/README
+++ b/libraries/libcpuid/README
@@ -1,11 +1,17 @@
+libcpuid (library for x86 CPU detection)
+
libcpuid is a small C library for x86 CPU detection and feature extraction.
Using it, you can:
* get the processor vendor, model, brand string, code name
-* get information about CPU features such as: number of cores or logical CPUs, cache sizes, CPU clock
-* check if the processor implements a specific instruction set such as the SSE2, 3DNow!
+* get information about CPU features such as: number of cores or logical
+ CPUs, cache sizes, CPU clock
+* check if the processor implements a specific instruction set such as SSE2
+ or 3DNow!
* execute the CPUID and RDTSC instructions (portably!)
-* and have this all in your commercial application, without getting into trouble.
+* and have this all in your commercial application, without getting into
+ trouble.
-It works on Windows, Linux and Mac OS X, both 32-bit and 64-bit flavours. Compiler support
-includes GCC and Microsoft Visual C++ (and compatible, e.g. Intel C++ compiler).
+It works on Windows, Linux and Mac OS X, both 32-bit and 64-bit
+flavours. Compiler support includes GCC and Microsoft Visual C++ (and
+compatible, e.g. Intel C++ compiler).