summaryrefslogtreecommitdiff
path: root/src/common/x64/cpu_detect.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* cpu_detect.cpp: Change comment from citra to yuzuGravatar N00byKing2018-03-261-1/+1
* Common: Fix some out-of-style includesGravatar Yuri Kunde Schlesner2017-05-271-1/+1
* common/cpu_detect: Add missing include and fix namespace scopeGravatar Yuri Kunde Schlesner2017-03-121-5/+7
* common: use system CPUID routine on DragonFly as wellGravatar Jan Beich2016-10-271-2/+2
* common: some FreeBSD headers are incomplete to avoid namespace pollutionGravatar Jan Beich2016-10-271-1/+3
* Use negative priorities to avoid special-casing the self-includeGravatar Yuri Kunde Schlesner2016-09-211-1/+1
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-211-3/+1
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-181-36/+56
* Common: Cleanup CPU capability detection code.Gravatar bunnei2015-08-151-131/+89
* Common: Move cpu_detect to x64 directory.Gravatar bunnei2015-08-151-0/+229