You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Happy WinUAE user here. Have recently been using a Surface Pro X, which is a Windows on ARM64 device. It would be very great if WinUAE could be built for Windows in ARM64 in addition to the regular 32-bit and 64-bit X86 versions.
The text was updated successfully, but these errors were encountered:
ARM64EC does not require all modules to be arm binaries (it can include x64 code that executes transparently in x64 emulator), which makes it easier and quicker to get working (mostly) arm binary without requiring all libs to be arm binaries.
But JIT might be a problem. There is Aranym ARM JIT (WinUAE uses same JIT) but Aranym arm JIT may not support all tricks that UAE JIT needs. I'll check this later..
ARM64EC build added but note that current ARM JIT (from Aranym) does not support ARM64.
No plain ARM64 because lots of dependencies are still x64 only.
Happy WinUAE user here. Have recently been using a Surface Pro X, which is a Windows on ARM64 device. It would be very great if WinUAE could be built for Windows in ARM64 in addition to the regular 32-bit and 64-bit X86 versions.
The text was updated successfully, but these errors were encountered: