| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-08-21 | MathUtil: Remove IsNAN and IsINF | Lioncash | |
| These aren't necessary, since the stdlib provides equivalents. | |||
| 2015-05-25 | Update license headers to GPLv2+ | Tillmann Karras | |
| 2015-03-01 | Fix include order of files outside of Source/Core | Tillmann Karras | |
| 2014-09-08 | Rename Log2 and add IsPow2 to MathUtils for future use | Fiora | |
| Also remove unused pow2/pow2f functions. | |||
| 2014-09-05 | Revert "JIT64: optimize CA calculations" | Fiora | |
| 2014-09-01 | Rename Log2 and add IsPow2 to MathUtils for future use | Fiora | |
| Also remove unused pow2/pow2f functions. | |||
| 2014-09-01 | unittests: correct some integers which should have been floating point types | Shawn Hoffman | |
| 2014-07-15 | Fix incorrect clamping in SWRenderer. | Scott Mansell | |
| A previous PR changed a whole lot of min/maxes to std::min/std::max but made a mistake here and used a templated min which cast it's arguments to unsigned instead of casting return value. This resulted in glitchy artifacts in bright areas (See issue 7439) I rewrote the code to use a proper clamping function so it's cleaner to read. | |||
| 2014-03-24 | MathUtilTest: add test for FlushToZero | Tillmann Karras | |
| 2014-03-09 | MathUtil: fix IsQNAN() | Tillmann Karras | |
| The constants were one nibble too short and the lower 51 bits don't actually have to be zero. | |||
| 2014-03-09 | Add more tests for Common and Core/MMIO | Pierre Bourdon | |
