tsv-utils icon indicating copy to clipboard operation
tsv-utils copied to clipboard

ENH: Add ARM64 build assets for native functionality on M1 macs (the future)

Open corneliusroemer opened this issue 2 years ago • 3 comments

It would be great if you could add OSX ARM 64 build targets for functionality with mac OSes future

Thanks!

corneliusroemer avatar Oct 11 '22 14:10 corneliusroemer

As far as I can see, the D programming language doesn't have any compiler for ARM64 yet, so providing builds would be an impossible task:

https://github.com/dlang/dmd/pull/16554

ds-cbo avatar Jun 20 '24 12:06 ds-cbo

LDC and GDC both have supported ARM for quite a while, but DMD doesn't support it yet

benjones avatar Jun 20 '24 16:06 benjones

I stand corrected, I indeed managed to compile tsv-utils with LDC on arm64 :)

$ make DCOMPILER=ldc2 DFLAGS='-linker lld'

ds-cbo avatar Jun 21 '24 09:06 ds-cbo