summaryrefslogtreecommitdiff
path: root/Source/Core/Common/GenericFPURoundMode.cpp
AgeCommit message (Collapse)Author
2023-03-21Common: Move FPU-related helpers into Common namespaceLioncash
Makes these utilities' namespace consistent with the majority of the Common library.
2021-12-10Treewide: Adjust order of includesPokechu22
2021-07-17remove SetRoundModeShawn Hoffman
we only care about SSE rounding mode, and set that manually in SetSIMDMode
2021-07-17make FPSCR.RN an enumShawn Hoffman
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
SPDX standardizes how source code conveys its copyright and licensing information. See https://spdx.github.io/spdx-spec/1-rationale/ . SPDX tags are adopted in many large projects, including things like the Linux kernel.
2021-06-10PowerPC: Set host CPU rounding mode on init and savestateJosJuice
Not doing this can cause desyncs when TASing. (I don't know how common such desyncs would be, though. For games that don't change rounding modes, they shouldn't be a problem.)
2019-05-06Reformat repo to clang-format 7.0 rulesTechjar
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-05-25Simplify some more license headersTillmann Karras
2014-12-20Update Outdated Google Code ReferencesBenjamin Przybocki
2014-03-09FPURoundMode: revert use of enums in bit-fieldsTillmann Karras
The workaround of using fixed underlying types produces lots of warnings in GCC because now the bit-fields are too small for the value range used for conversion semantics.
2014-02-28Various changes suggested by cppcheckTillmann Karras
- remove unused variables - reduce the scope where it makes sense - correct limits (did you know that strcat()'s last parameter does not include the \0 that is always added?) - set some free()'d pointers to NULL
2014-02-28x64FPURoundMode: move things around a bitTillmann Karras
2014-02-22Make Common/ mostly IWYU clean (and fix errors in rest of the project ↵Pierre Bourdon
detected by this change).
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre