summaryrefslogtreecommitdiff
path: root/src/common/x64/xbyak_util.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-08-14 22:40:23 -0400
committerGitHub <noreply@github.com>2018-08-14 22:40:23 -0400
commitf009ed63f3d99a3e3acaa9644bababd53d6af3a7 (patch)
tree23754a96f2d59e8572a9fc1a7bfd3120c6bc8520 /src/common/x64/xbyak_util.h
parent18dfa99030204f3f653538343083c6e9215a3ab2 (diff)
parent6d549abb4e5488b77401bb9b49d8484d5964bbed (diff)
Merge pull request #1063 from lioncash/inline
common/xbyak_abi: Mark defined functions in header as inline
Diffstat (limited to 'src/common/x64/xbyak_util.h')
-rw-r--r--src/common/x64/xbyak_util.h6
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