summaryrefslogtreecommitdiff
path: root/Source/Core/Common/x64CPUDetect.cpp
AgeCommit message (Collapse)Author
2014-06-15Don't set DAZ on x86 in non-IEEE mode.magumagu
I have no idea why we were using it in the first place; it doesn't match the behavior of PPC NI flag.
2014-04-11CPUDetect: add support for MOVBE detectionPierre Bourdon
2014-03-04Make our architecture defines less stupid.Ryan Houdek
Our defines were never clear between what meant 64bit or x86_64 This makes a clear cut between bitness and architecture. This commit also has the side effect of bringing up aarch64 compiling support.
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