diff options
author | Lioncash <mathew1800@gmail.com> | 2018-08-15 00:27:27 +0200 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2018-08-15 00:27:27 +0200 |
commit | 0ce0905380da2aba1f4f71e723b71c5fd70d693a (patch) | |
tree | c99d2b55532b9455f081835e280719caeb2292c2 /src/common/x64/xbyak_util.h | |
parent | Merge pull request #1055 from lioncash/init (diff) | |
download | yuzu-0ce0905380da2aba1f4f71e723b71c5fd70d693a.tar yuzu-0ce0905380da2aba1f4f71e723b71c5fd70d693a.tar.gz yuzu-0ce0905380da2aba1f4f71e723b71c5fd70d693a.tar.bz2 yuzu-0ce0905380da2aba1f4f71e723b71c5fd70d693a.tar.lz yuzu-0ce0905380da2aba1f4f71e723b71c5fd70d693a.tar.xz yuzu-0ce0905380da2aba1f4f71e723b71c5fd70d693a.tar.zst yuzu-0ce0905380da2aba1f4f71e723b71c5fd70d693a.zip |
Diffstat (limited to '')
-rw-r--r-- | src/common/x64/xbyak_util.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/common/x64/xbyak_util.h b/src/common/x64/xbyak_util.h index ec76e0a47..02323a017 100644 --- a/src/common/x64/xbyak_util.h +++ b/src/common/x64/xbyak_util.h @@ -8,8 +8,7 @@ #include <xbyak.h> #include "common/x64/xbyak_abi.h" -namespace Common { -namespace X64 { +namespace Common::X64 { // Constants for use with cmpps/cmpss enum { @@ -45,5 +44,4 @@ inline void CallFarFunction(Xbyak::CodeGenerator& code, const T f) { } } -} // namespace X64 -} // namespace Common +} // namespace Common::X64 |