Some explanation what the tool is good for added.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12961 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2004-08-05 00:07:47 +00:00
parent 811f4d0a6a
commit cfd1858eb9
1 changed files with 3 additions and 0 deletions

View File

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