summaryrefslogtreecommitdiffstats
path: root/libraries/libcpuid/README
diff options
context:
space:
mode:
author Cristiano Urban <cristiano.urban.slack@gmail.com>2021-04-10 02:04:41 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2021-04-10 17:04:42 +0700
commited322ae3a64505865c203e0caa9f6556b1885dc0 (patch)
tree57b69a13c539846be9a99bc0cdc9a90562ee1839 /libraries/libcpuid/README
parent986e452839eacdbe4a50d5e93f749f287286e46a (diff)
downloadslackbuilds-ed322ae3a64505865c203e0caa9f6556b1885dc0.tar.gz
slackbuilds-ed322ae3a64505865c203e0caa9f6556b1885dc0.tar.xz
libraries/libcpuid: Updated for version 0.5.1.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libcpuid/README')
-rw-r--r--libraries/libcpuid/README8
1 files changed, 4 insertions, 4 deletions
diff --git a/libraries/libcpuid/README b/libraries/libcpuid/README
index 80e031c94c..6184ae2206 100644
--- a/libraries/libcpuid/README
+++ b/libraries/libcpuid/README
@@ -1,13 +1,13 @@
libcpuid (library for x86 CPU detection)
-libcpuid is a small C library for x86 CPU detection and feature extraction.
-Using it, you can:
+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 SSE2
- or 3DNow!
+* 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.