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>
This commit is contained in:
Cristiano Urban 2021-04-10 02:04:41 +01:00 committed by Willy Sudiarto Raharjo
parent 986e452839
commit ed322ae3a6
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with 8 additions and 8 deletions

View File

@ -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.

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=libcpuid
VERSION=${VERSION:-0.5.0}
VERSION=${VERSION:-0.5.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="libcpuid"
VERSION="0.5.0"
VERSION="0.5.1"
HOMEPAGE="http://libcpuid.sourceforge.net"
DOWNLOAD="https://github.com/anrieff/libcpuid/archive/v0.5.0/libcpuid-0.5.0.tar.gz"
MD5SUM="7a52f935e9025421eec134f770f6c9e8"
DOWNLOAD="https://github.com/anrieff/libcpuid/archive/v0.5.1/libcpuid-0.5.1.tar.gz"
MD5SUM="1ca29f56482c4f4192875f5efac179a8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""