logoalt Hacker News

metaltyphoonlast Thursday at 11:18 PM1 replyview on HN

When does this land in Zig? Will aarch64 be supported?


Replies

mluggyesterday at 12:29 AM

When targeting x86_64, the self-hosted backend is already enabled by default on the latest builds of Zig (when compiling in Debug mode). The self-hosted aarch64 backend currently isn't generally usable (so we still default to LLVM when targeting aarch64), but it's likely to be the next ISA we focus on codegen for.

show 1 reply