www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Milestone with AArch64 DMD code generator

reply Walter Bright <newshound2 digitalmars.com> writes:
I got dmd to compile all the test/runnable test cases without crashing, except 
for complex numbers.

I haven't been able to run them as druntime hasn't been compiled yet. So the 
next step is to build druntime.
Feb 06
next sibling parent IchorDev <zxinsworld gmail.com> writes:
On Saturday, 7 February 2026 at 00:54:56 UTC, Walter Bright wrote:
 I got dmd to compile all the test/runnable test cases without 
 crashing, except for complex numbers.

 I haven't been able to run them as druntime hasn't been 
 compiled yet. So the next step is to build druntime.
Congratulations!
Feb 06
prev sibling next sibling parent Mike Shah <mshah.475 gmail.com> writes:
On Saturday, 7 February 2026 at 00:54:56 UTC, Walter Bright wrote:
 I got dmd to compile all the test/runnable test cases without 
 crashing, except for complex numbers.

 I haven't been able to run them as druntime hasn't been 
 compiled yet. So the next step is to build druntime.
Awesome!
Feb 07
prev sibling next sibling parent reply matheus <matheus gmail.com> writes:
On Saturday, 7 February 2026 at 00:54:56 UTC, Walter Bright wrote:
 I got dmd to compile all the test/runnable test cases without 
 crashing, except for complex numbers.

 I haven't been able to run them as druntime hasn't been 
 compiled yet. So the next step is to build druntime.
I think you could talk about this process of enabling AArch64 in DMD, maybe even in DConf. By the way since I saw your other post recently (https://forum.dlang.org/thread/10ltc4u$2h92$1 digitalmars.com), I wonder if you have been using AI in any form for this or it was everything manual? Matheus.
Feb 07
parent Walter Bright <newshound2 digitalmars.com> writes:
I did do one PR generated by AI:

https://github.com/dlang/dmd/pull/22502
Feb 07
prev sibling parent Guillaume Piolat <first.namt gmail.com> writes:
On Saturday, 7 February 2026 at 00:54:56 UTC, Walter Bright wrote:
 I got dmd to compile all the test/runnable test cases without 
 crashing, except for complex numbers.

 I haven't been able to run them as druntime hasn't been 
 compiled yet. So the next step is to build druntime.
Congratulations!
Feb 08