1 | // Licensed to the .NET Foundation under one or more agreements. |
2 | // The .NET Foundation licenses this file to you under the MIT license. |
3 | // See the LICENSE file in the project root for more information. |
4 | ////////////////////////////////////////////////////////////////////////////// |
5 | |
6 | #if defined(_TARGET_XARCH_) |
7 | #include "emitfmtsxarch.h" |
8 | #elif defined(_TARGET_ARM_) |
9 | #include "emitfmtsarm.h" |
10 | #elif defined(_TARGET_ARM64_) |
11 | #include "emitfmtsarm64.h" |
12 | #else |
13 | #error Unsupported or unset target architecture |
14 | #endif // target type |
15 | |