Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (ab038ad436fdad718d476831e2334509d438d8d6)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (ab038ad436fdad718d476831e2334509d438d8d6)
  • Date: Tue, 27 Jun 2006 16:19:41 -0500

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

ChangeLog | 3 +++
utils/x86cpucaps/BUILD | 2 ++
utils/x86cpucaps/DETAILS | 19 +++++++++++++++++++
utils/x86cpucaps/HISTORY | 3 +++
4 files changed, 27 insertions(+)

New commits:
commit ab038ad436fdad718d476831e2334509d438d8d6
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

new spell, provides various information about CPU

diff --git a/ChangeLog b/ChangeLog
index e97585b..a157eea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2006-06-28 Pol Vinogradov <vin.public AT gmail.com>
+ * utils/x86cpucaps: new spell, provides various information about CPU
+
2006-06-27 Ladislav Hagara <hgr AT vabo.cz>
* gnu.gpg: added key B5C4CE13 from
ftp://ftp.gnu.org/gnu/gnu-keyring.gpg
needed for check autoconf sources
diff --git a/utils/x86cpucaps/BUILD b/utils/x86cpucaps/BUILD
new file mode 100755
index 0000000..4a11f4c
--- /dev/null
+++ b/utils/x86cpucaps/BUILD
@@ -0,0 +1,2 @@
+make_single &&
+make
diff --git a/utils/x86cpucaps/DETAILS b/utils/x86cpucaps/DETAILS
new file mode 100755
index 0000000..ad6d781
--- /dev/null
+++ b/utils/x86cpucaps/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=x86cpucaps
+ VERSION=0.3.6
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_URL[0]=http://members.jcom.home.ne.jp/jacobi/linux/files/${SOURCE}
+
SOURCE_HASH=sha512:80c8c942c538196551187ec24fbbf7b94b173bc688e40233d08d07a6c5c98ba3f5ccba7ac1e1f670b844970945876db12fd58cea2b3cbf730de33e3100a2cea0
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+ WEB_SITE=http://members.jcom.home.ne.jp/jacobi/linux/softwares.html
+ ENTERED=20060628
+ LICENSE[0]=GPL
+ KEYWORDS="cpu utils"
+ SHORT="x86cpucaps provides various information about CPU"
+cat << EOF
+x86cpucaps is a library, which investigates CPU information using 'cpuid' in
+assembler. This library can detect CPU IDs (Family-Model-Stepping), vender
name
+strings ("GenuineIntel", "AuthenticAMD", and so on), and SIMD capabilities.
+Furthermore, there are functions, estimating optimal Processor Type (for
+building kernel), and estimating optimization flags for gcc.
+More detail, see README in source files.
+EOF
diff --git a/utils/x86cpucaps/HISTORY b/utils/x86cpucaps/HISTORY
new file mode 100644
index 0000000..aa2e4ad
--- /dev/null
+++ b/utils/x86cpucaps/HISTORY
@@ -0,0 +1,3 @@
+2006-06-28 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS, BUILD, HISTORY: created spell
+



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (ab038ad436fdad718d476831e2334509d438d8d6), Pol Vinogradov, 06/27/2006

Archive powered by MHonArc 2.6.24.

Top of Page