summaryrefslogtreecommitdiff
path: root/Source/Core/Common/x64FPURoundMode.cpp
AgeCommit message (Expand)Author
2023-03-21Common: Move FPU-related helpers into Common namespaceLioncash
2021-12-10Treewide: Adjust order of includesPokechu22
2021-07-17remove SetRoundModeShawn Hoffman
2021-07-17make FPSCR.RN an enumShawn Hoffman
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-06-10PowerPC: Set host CPU rounding mode on init and savestateJosJuice
2019-05-06Reformat repo to clang-format 7.0 rulesTechjar
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
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