diff options
author | bunnei <bunneidev@gmail.com> | 2022-08-18 20:18:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-18 20:18:57 +0200 |
commit | 2e58491c387cb304c154972814917b9d66630d1f (patch) | |
tree | 7f7da1801929a274eeb1dd36ce50b4c89966ee9c /src | |
parent | Merge pull request #8685 from FearlessTobi/multiplayer-part2 (diff) | |
parent | common: remove unneeded x86-specific header (diff) | |
download | yuzu-2e58491c387cb304c154972814917b9d66630d1f.tar yuzu-2e58491c387cb304c154972814917b9d66630d1f.tar.gz yuzu-2e58491c387cb304c154972814917b9d66630d1f.tar.bz2 yuzu-2e58491c387cb304c154972814917b9d66630d1f.tar.lz yuzu-2e58491c387cb304c154972814917b9d66630d1f.tar.xz yuzu-2e58491c387cb304c154972814917b9d66630d1f.tar.zst yuzu-2e58491c387cb304c154972814917b9d66630d1f.zip |
Diffstat (limited to 'src')
-rw-r--r-- | src/common/uint128.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/uint128.h b/src/common/uint128.h index f890ffec2..f450a6db9 100644 --- a/src/common/uint128.h +++ b/src/common/uint128.h @@ -12,7 +12,6 @@ #pragma intrinsic(_udiv128) #else #include <cstring> -#include <x86intrin.h> #endif #include "common/common_types.h" |