index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
Common
/
x64CPUDetect.cpp
Age
Commit message (
Expand
)
Author
2022-01-04
Merge pull request #9414 from DevJPM/master
JMC47
2021-12-10
Treewide: Adjust order of includes
Pokechu22
2021-11-20
Fix CPU Core Count detection and Enable Parallel Shader Compilation
DevJPM
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2020-11-08
CPUDetect: Indicate slow PDEP/PEXT only for Zen1/+/2 (Family 23)
altimumdelta
2020-01-26
x64CPUDetect: Add flag for slow PDEP/PEXT on AMD Zen
Techjar
2020-01-26
x64CPUDetect: Add detection for AMD Zen architecture
Techjar
2018-05-08
intrinsics: stop defining _xgetbv/_XCR_XFEATURE_ENABLED_MASK, which are reserved
booto
2018-04-01
CPUDetect: Make CPUVendor enum an enum class
Lioncash
2017-01-24
Fix missing includes
Florent Castelli
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2015-09-15
Common: Get rid of a few pointer casts
Lioncash
2015-07-28
CPUDetect: Remove a memset call on the this pointer
Lioncash
2015-06-02
XEmitter: add FMA4 instructions
Tillmann Karras
2015-05-25
Set copyright year to when a file was created
Tillmann Karras
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2015-05-14
x64CPUDetect: fix AVX2/BMI1/BMI2/HTT detection
Tillmann Karras
2015-02-25
Formatting/Whitespace Cleanup
Stevoisiak
2015-02-24
Clean up the intrinsics #ifdef mess
Tillmann Karras
2014-11-29
JIT: more optimizing of float ops based on known input characteristics
Fiora
2014-11-13
Various formatting and consistency fixes
Stevoisiak
2014-10-24
Fix the brand/cpu_string reversal.
Augustin Cavalier
2014-09-25
Fix warning in x64CPUDetect.cpp in generic build by not building it.
comex
2014-09-14
x64Emitter: add LZCNT/TZCNT support and detection
Fiora
2014-09-08
Include CommonTypes.h instead of Common.h.
Rohit Nirmal
2014-08-24
Add AVX2/BMI1/BMI2 detection support
Fiora
2014-08-03
Remove the rest of x86_32 support from Common.
Ryan Houdek
2014-07-29
Really get rid of the MSVC 2005 workaround completely
Lioncash
2014-06-15
Don't set DAZ on x86 in non-IEEE mode.
magumagu
2014-04-11
CPUDetect: add support for MOVBE detection
Pierre Bourdon
2014-03-04
Make our architecture defines less stupid.
Ryan Houdek
2014-02-22
Make Common/ mostly IWYU clean (and fix errors in rest of the project detecte...
Pierre Bourdon
2014-02-18
Convert all includes to relative paths.
Lioncash
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre