index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
common
/
x64
/
cpu_detect.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-06-20
common/cpu_detect: Add AVX512 detection
Morph
1
-0
/
+5
2020-06-18
Common: Implement WallClock Interface and implement a native clock for x64
Fernando Sahmkow
1
-0
/
+33
2020-01-18
Remove unused CPU Vendor string and telemtry field
James Rowe
1
-68
/
+0
2018-03-26
cpu_detect.cpp: Change comment from citra to yuzu
N00byKing
1
-1
/
+1
2017-05-28
Common: Fix some out-of-style includes
Yuri Kunde Schlesner
1
-1
/
+1
2017-03-13
common/cpu_detect: Add missing include and fix namespace scope
Yuri Kunde Schlesner
1
-5
/
+7
2016-10-28
common: use system CPUID routine on DragonFly as well
Jan Beich
1
-2
/
+2
2016-10-28
common: some FreeBSD headers are incomplete to avoid namespace pollution
Jan Beich
1
-1
/
+3
2016-09-21
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
1
-1
/
+1
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
1
-3
/
+1
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
1
-36
/
+56
2015-08-16
Common: Cleanup CPU capability detection code.
bunnei
1
-131
/
+89
2015-08-16
Common: Move cpu_detect to x64 directory.
bunnei
1
-2
/
+2
2015-08-16
x64: Refactor to remove fake interfaces and general cleanups.
bunnei
1
-1
/
+1
2015-08-15
Common: Added MurmurHash3 hash function for general-purpose use.
bunnei
1
-0
/
+1
2015-08-15
Common: Ported over Dolphin's code for x86 CPU capability detection.
bunnei
1
-0
/
+228