cpuinfo icon indicating copy to clipboard operation
cpuinfo copied to clipboard

Update cpuinfo.h: add support for Windows ARM64EC

Open snnn opened this issue 1 year ago • 1 comments

To fix a build error:

src\arm\windows\init-by-logical-sys-info.c(309,17): Error C2065: 'cpuinfo_uarchs': undeclared identifier

In short, Arm64EC is a new application binary interface (ABI) for apps running on Arm devices with an x64 like ABI.

Reference:

  1. VC++ predefined-macros
  2. ARM64EC overview

snnn avatar Mar 04 '24 21:03 snnn

@malfet , would you mind taking another look at this PR? We need this change to make https://github.com/microsoft/onnxruntime work for ARM64EC builds. A lot of Microsoft applications ship with ARM64EC ABI.

snnn avatar Dec 20 '24 00:12 snnn

Close it since the is no update.

snnn avatar Nov 07 '25 22:11 snnn