diff options
author | liushuyu <liushuyu011@gmail.com> | 2022-08-16 23:19:57 +0200 |
---|---|---|
committer | liushuyu <liushuyu011@gmail.com> | 2022-08-16 23:19:57 +0200 |
commit | b00df08145ed96116b39ee0cbe91d821d618b4d4 (patch) | |
tree | 7f7da1801929a274eeb1dd36ce50b4c89966ee9c /src/common | |
parent | Merge pull request #8685 from FearlessTobi/multiplayer-part2 (diff) | |
download | yuzu-b00df08145ed96116b39ee0cbe91d821d618b4d4.tar yuzu-b00df08145ed96116b39ee0cbe91d821d618b4d4.tar.gz yuzu-b00df08145ed96116b39ee0cbe91d821d618b4d4.tar.bz2 yuzu-b00df08145ed96116b39ee0cbe91d821d618b4d4.tar.lz yuzu-b00df08145ed96116b39ee0cbe91d821d618b4d4.tar.xz yuzu-b00df08145ed96116b39ee0cbe91d821d618b4d4.tar.zst yuzu-b00df08145ed96116b39ee0cbe91d821d618b4d4.zip |
Diffstat (limited to 'src/common')
-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" |