summaryrefslogtreecommitdiff
path: root/src/jit/emitfmts.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jit/emitfmts.h')
-rw-r--r--src/jit/emitfmts.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/jit/emitfmts.h b/src/jit/emitfmts.h
new file mode 100644
index 0000000000..e6a1cfd320
--- /dev/null
+++ b/src/jit/emitfmts.h
@@ -0,0 +1,15 @@
+//
+// Copyright (c) Microsoft. All rights reserved.
+// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+//
+//////////////////////////////////////////////////////////////////////////////
+
+#if defined(_TARGET_XARCH_)
+#include "emitfmtsxarch.h"
+#elif defined(_TARGET_ARM_)
+#include "emitfmtsarm.h"
+#elif defined(_TARGET_ARM64_)
+#include "emitfmtsarm64.h"
+#else
+ #error Unsupported or unset target architecture
+#endif // target type