[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
mash/mash-1/misc cpuinfo.h cpuinfo.cc
Update of /usr/mash/src/repository/mash/mash-1/misc
In directory gumby.cs.berkeley.edu:/tmp/cvs-serv22474
Added Files:
cpuinfo.h cpuinfo.cc
Log Message:
These files are used to enable run-time detection of the
features/capabilities of the processor. The class is currently intended
to test for MMX only.
Exception blocks exist in the code, but I've commented them out because
thy're not necessary unless the code is run on 486 (or older) processors.
Exception handling must be explictly enabled on old gcc compilters, but
new compilers complain that exception handling is enabled by default, and
that the command-line argument has changed.