Geotale

Results 5 issues of Geotale

While a bit strange, and while it doesn't affect everything, this seems to end up being faster for the most mundane of tests I've performed. Some example code I've tested...

During 25-bit rounding, subnormals are "normalized", which would normally mean that the exponent needs to be able to be lower than -1023 (which is what PPC does internally), but in...

Changes integer rounding to more closely meet the documentation (rounding before doing any bounds checks). All this really does is make sure some exception bits won't be erroneously set. This...

Matches hardware in rounding paired singles after move operations!! Move operations consist of operations which only transfer direct bits (including absolute values and merges) This also accounts for `ps_rsqrte` because...

Adds a new file for common float tests -- This will likely be used more in the future as well Modifies two other test files which now use functions in...