Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can you compile for Windows ARM64EC architecture? #79

Open
HerrNamenlos123 opened this issue Apr 7, 2024 · 1 comment
Open

How can you compile for Windows ARM64EC architecture? #79

HerrNamenlos123 opened this issue Apr 7, 2024 · 1 comment

Comments

@HerrNamenlos123
Copy link

According to https://devblogs.microsoft.com/cppblog/arm64ec-support-in-visual-studio/, you can build for ARM64EC architecture, which seems to have many benefits over normal ARM64 architecture.

Is there a way to use this GH action to build for ARM64EC instead of normal ARM64? I did not see anything documented...

@pzhlkj6612
Copy link
Contributor

Hi!

In GitHub-hosted runners, the "VC.Tools.ARM64EC" is installed in both Windows 2019 and 2022, so firstly you may need to try preparing the environment manually by writing CMD commands. If everything works well, you could consider using this action instead. This action internally calls "vcvarsall.bat" to prepare the environment for VC++ programming.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants