-
-
Notifications
You must be signed in to change notification settings - Fork 203
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
Is ARM64x supported? #475
Comments
ARM64X (or ARM64EC) aren’t quite supported yet. The necessary support in LLVM isn’t available in the latest releases (19.x), but it should be mostly supported in the latest git versions of LLVM (while ARM64X still is a bit incomplete). Mingw-w64 doesn’t yet have everything that is needed though, plus some bits about actually assembling the toolchain (for base runtime libraries like compiler-rt) also still are missing. |
Ok thanks. You can close this issue unless you perfer to have it to track
this.
…On Sun, Jan 26, 2025, 14:33 Martin Storsjö ***@***.***> wrote:
ARM64X (or ARM64EC) aren’t quite supported yet.
The necessary support in LLVM isn’t available in the latest releases
(19.x), but it should be mostly supported in the latest git versions of
LLVM (while ARM64X still is a bit incomplete).
Mingw-w64 doesn’t yet have everything that is needed though, plus some
bits about actually assembling the toolchain (for base runtime libraries
like compiler-rt) also still are missing.
—
Reply to this email directly, view it on GitHub
<#475 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABMDRPFKIBYKCR4VOZLA35D2MTIYPAVCNFSM6AAAAABV4LBYSOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMJUGM4TSNZVGU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I tried to create a DLL in ARM64x format using command line as following:
But it seems that specifying
-marm64x
makes no changes to the resulting file. At least, the size is the same, I expected it to be about 30% larger.The PE format is also still ARM64 and not ARM64x, which I verified with the System Informer PE viewer.
Are there any additional flags needed?
The text was updated successfully, but these errors were encountered: