common/xbyak: Use nested namespace specifiers where applicable

This commit is contained in:
Lioncash 2018-08-14 18:27:27 -04:00 committed by fearlessTobi
parent 05118a2326
commit d6bf1b31c8
2 changed files with 4 additions and 8 deletions

View file

@ -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