summaryrefslogtreecommitdiff
path: root/src/common/cpu_detect_x86.cpp
diff options
context:
space:
mode:
authorGravatar bunnei2015-07-21 22:54:38 -0400
committerGravatar bunnei2015-08-15 17:33:46 -0400
commitd67e2f78b77c0739caa8c6a915685aa8961a519c (patch)
tree6973754fc51ceb01efecd8618150084fd0608487 /src/common/cpu_detect_x86.cpp
parentCommon: Ported over boilerplate x86 JIT code from Dolphin/PPSSPP. (diff)
downloadyuzu-d67e2f78b77c0739caa8c6a915685aa8961a519c.tar.gz
yuzu-d67e2f78b77c0739caa8c6a915685aa8961a519c.tar.xz
yuzu-d67e2f78b77c0739caa8c6a915685aa8961a519c.zip
Common: Added MurmurHash3 hash function for general-purpose use.
Diffstat (limited to '')
-rw-r--r--src/common/cpu_detect_x86.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/cpu_detect_x86.cpp b/src/common/cpu_detect_x86.cpp
index 2dff69b94..0bcff726d 100644
--- a/src/common/cpu_detect_x86.cpp
+++ b/src/common/cpu_detect_x86.cpp
@@ -7,6 +7,7 @@
7 7
8#include "common_types.h" 8#include "common_types.h"
9#include "cpu_detect.h" 9#include "cpu_detect.h"
10#include "hash.h"
10 11
11#ifndef _WIN32 12#ifndef _WIN32
12 13