-
Notifications
You must be signed in to change notification settings - Fork 90
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
Create installer and/or zip distribution for Windows on ARM64 #225
Comments
Hi. I can try building ARM64EC binary. 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.. |
I also support this as an owner of a Volterra device nowadays. ARM64 is coming, better be prepared for it :) |
ARM64EC build added but note that current ARM JIT (from Aranym) does not support ARM64. |
Would the arm64 JIT from Amiberry be any use here Toni? |
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: