summaryrefslogtreecommitdiff
path: root/Source/UnitTests/DivUtilsTest.cpp
AgeCommit message (Collapse)Author
2021-05-02UnitTests: Move some unit tests to where they should beJosJuice
Two unit tests were in the root UnitTests folder and were not being built when using CMake.
2021-03-07JitCommon: Signed 32-bit division magic constantsSintendo
Add a function to calculate the magic constants required to optimize signed 32-bit division. Since this optimization is not exclusive to any particular architecture, JitCommon seemed like a good place to put this.