Skip to content

Commit 165b0f5

Browse files
aktondakAkshay Tondak
andauthored
update machine name for arm (Xilinx#9629)
Signed-off-by: Akshay Tondak <Akshay.Tondak@amd.com> Co-authored-by: Akshay Tondak <Akshay.Tondak@amd.com>
1 parent f46f956 commit 165b0f5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

  • src/runtime_src/core/common/detail/windows

src/runtime_src/core/common/detail/windows/sysinfo.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ getmachinename()
4040
case PROCESSOR_ARCHITECTURE_INTEL:
4141
machine = "x86";
4242
break;
43+
case PROCESSOR_ARCHITECTURE_ARM:
44+
machine = "arm";
45+
break;
46+
case PROCESSOR_ARCHITECTURE_ARM64:
47+
machine = "arm64";
48+
break;
4349
case PROCESSOR_ARCHITECTURE_UNKNOWN:
4450
default:
4551
machine = "unknown";

0 commit comments

Comments
 (0)