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:
parent
986e452839
commit
ed322ae3a6
|
@ -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.
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in New Issue