Search
lxdream.org :: lxdream/test/sh4/README
lxdream 0.9.1
released Jun 29
Download Now
filename test/sh4/README
changeset 225:e5cea6125580
author nkeynes
date Wed Sep 08 08:42:09 2010 +1000 (13 years ago)
permissions -rw-r--r--
last change Abort configure when we can't find a gdk display method
Add -lX11 to the GTK-X11 lib list explicitly - on OSX at least pkg-config
doesn't do the right thing automatically
view annotate diff log raw
     1 SH4 instruction set tests.
     2 Each core instruction has its own set of tests that are assembled into the
     3 main test executable.
     5 Note: Since each instruction's tests obviously depends on other
     6 instructions, its possible for multiple bugs to cancel each other out.
     7 However the tests are structured as much as possible to prevent this.
     9 Each test loops repeatedly for a constant number of times (currently 1000)
    10 to a) ensure that dynamic recompilation kicks in and recompiles the block,
    11 and b) allow the code to be timed (to a first approximation anyway).
.