MINGW-packages icon indicating copy to clipboard operation
MINGW-packages copied to clipboard

Add MINGWARM64 environment?

Open ghost opened this issue 9 months ago • 5 comments

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

ghost avatar May 08 '24 21:05 ghost

Isn't it more like UCRTARM64?

starg2 avatar May 09 '24 19:05 starg2

Isn't it more like UCRTARM64?

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

ghost avatar May 09 '24 20:05 ghost

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.

starg2 avatar May 09 '24 20:05 starg2

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.

driver1998 avatar May 12 '24 04:05 driver1998

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.

rimrul avatar May 12 '24 06:05 rimrul