summaryrefslogtreecommitdiff
path: root/Source/Core/Common/x64FPURoundMode.cpp
AgeCommit message (Expand)Author
2015-06-23x64FPURoundMode: fix commentsTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-03-19x64FPURoundMode: Make a look-up table staticLioncash
2015-02-24Clean up the intrinsics #ifdef messTillmann Karras
2014-09-08Include CommonTypes.h instead of Common.h.Rohit Nirmal
2014-08-03Remove the rest of x86_32 support from Common.Ryan Houdek
2014-06-15Don't set DAZ on x86 in non-IEEE mode.magumagu
2014-05-10Revert "x64FPURoundMode: always set x87 precision"Shawn Hoffman
2014-05-01x64FPURoundMode: always set x87 precisionTillmann Karras
2014-05-01x64FPURoundMode: use fesetround() instead of asmTillmann Karras
2014-03-09FPURoundMode: revert use of enums in bit-fieldsTillmann Karras
2014-03-04Make our architecture defines less stupid.Ryan Houdek
2014-02-28Various changes suggested by cppcheckTillmann Karras
2014-02-28x64FPURoundMode: move things around a bitTillmann Karras
2014-02-23Merge pull request #25 from Tilka/ppc_fpPierre Bourdon
2014-02-22Make Common/ mostly IWYU clean (and fix errors in rest of the project detecte...Pierre Bourdon
2014-02-18Convert all includes to relative paths.Lioncash
2014-02-12Re-enable non-IEEE mode supportTillmann Karras
2014-02-12Jit64[IL]: fix float conversionsTillmann Karras
2014-01-19Jit64: disable non-IEEE mode emulationTillmann Karras
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre