SIMDtest
(c) 2002 Cort Stratton (cort@andrew.cmu.edu)

This program demonstrates the effects of applying various optimization
techniques to a matrix-vector multiplication routine.  It requires at
least a Pentium 3 to run!

Program options:
 -f:    flushes the cache between tests.  This is useful to demonstrate
        the advantage of using the SSE data prefetching instructions.
        The default is not to flush the cache.

Please email me any comments or questions: cort@andrew.cmu.edu
