March 26, 2019
Hi every one;

I finding something for ARM backend...
but I have a question related with its.
What is the ARM backend?
March 26, 2019
On Tuesday, 26 March 2019 at 06:36:52 UTC, babatnvn wrote:
> Hi every one;
>
> I finding something for ARM backend...
> but I have a question related with its.
> What is the ARM backend?

Your question is not clear, therefore I just assume what your question is. DRuntime has specific parts to support computers based on ARM processors, like the Raspberry Pi. To be more clear, for each C Library, (glibc, muslc,...) the different processor types needs to be implemented in DRuntime.

Some implementation is currently missing, ARM for Musl C is currently not implemented.

kind regards
Andre