summaryrefslogtreecommitdiff
path: root/Source/Core/Common/MathUtil.cpp
AgeCommit message (Collapse)Author
2019-02-03Common: Move Matrix classes out of MathUtil into their own files and make ↵Jordan Woyak
their interface more friendly.
2018-05-07Common: Move floating-point utility functions to FloatUtils.h/.cppLioncash
Keeps all of the floating-point utility functions in their own file to keep them all together. This also provides a place for other general-purpose floating-point functions to be added in the future, which will be necessary when improving the flag-setting within the interpreter.
2017-04-12MathUtil: References can be constMerryMage
2017-04-11Jit64AsmCommon: Make frsqrte and fres PIE-compliantMerryMage
2017-01-05specify custom brace style to fix unionsBhaaL
BreakBeforeBraces: Allman apparently includes all styles, except for AfterUnion (which is false) when using clang-format -dump-config
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-01-21Correct ampersands as wellmathieui
2016-01-21More asterisksmathieui
2015-12-22Work around Google's trash NDKRyan Houdek
2015-06-26Interpreter: simplify fresTillmann Karras
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2014-11-23VertexShaderManager: Compute stereoscopy projection matrices.Jules Blok
2014-09-19Fix build failing when disabling precompiled headers.Rohit Nirmal
2014-09-03JIT: implement fresFiora
Mostly a straightforward translation of the interpreter code, with a few tricksy optimizations and fallbacks for rare paths.
2014-09-03JIT: implement frsqrteFiora
Mostly a straightforward translation of the interpreter code, with a few tricksy optimizations and fallbacks for rare paths.
2014-03-24MathUtil: add constructors to IntFloat/IntDoubleTillmann Karras
2014-03-11Fixes spacing for "for", "while", "switch" and "if"Matthew Parlane
Also moved && and || to ends of lines instead of start. Fixed misc vertical alignments and some { needed newlining.
2014-02-22Make Common/ mostly IWYU clean (and fix errors in rest of the project ↵Pierre Bourdon
detected by this change).
2014-02-18Convert all includes to relative paths.Lioncash
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre