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

Add MINGWARM64 environment? #20838

Open
iahung3 opened this issue May 8, 2024 · 5 comments
Open

Add MINGWARM64 environment? #20838

iahung3 opened this issue May 8, 2024 · 5 comments

Comments

@iahung3
Copy link
Contributor

iahung3 commented May 8, 2024

Microsoft has added support for Windows On ARM64 to GCC 15. Is it time to add MINGWARM64 environment?

@starg2
Copy link

starg2 commented May 9, 2024

Isn't it more like UCRTARM64?

@iahung3
Copy link
Contributor Author

iahung3 commented May 9, 2024

Isn't it more like UCRTARM64?

Windows On ARM64 doesn't support MSVCRT? Only UCRT? I don't know about that!

@starg2
Copy link

starg2 commented May 9, 2024

Windows On ARM64 doesn't support MSVCRT? Only UCRT? I don't know about that!

I don't know either, but:

  1. every WoA64 installation provides UCRT out of the box.
  2. this is a new platform, so nobody should have compatibility reasons to stick to MSVCRT.

@driver1998
Copy link
Contributor

UCRTARM64 would make more sense, I don't think there is any reason to stay on MSVCRT on ARM64.

Also I don't think the ARM64 target will be ready by 15.1... We'll see.

@rimrul
Copy link
Contributor

rimrul commented May 12, 2024

2. this is a new platform, so nobody should have compatibility reasons to stick to MSVCRT.

I could see people wanting the performance of a native ARM64 application, while keeping behaviours consistent with MSVCRT applications on other CPU architectures.

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

4 participants