changeset 12960:a85bfb689e62

Some explanation what the tool is good for added.
author diego
date Thu, 05 Aug 2004 00:07:47 +0000
parents 6b05d32f6bd5
children 270ca6c69c7a
files TOOLS/cpuinfo.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/TOOLS/cpuinfo.c	Thu Aug 05 00:05:15 2004 +0000
+++ b/TOOLS/cpuinfo.c	Thu Aug 05 00:07:47 2004 +0000
@@ -1,3 +1,6 @@
+/* small utility to extract CPU information
+ Used by configure to set CPU optimization levels on some operating
+ systems where /proc/cpuinfo is non-existent or unreliable. */
 
 #include <stdio.h>
 #include <sys/time.h>