Closed baryluk closed 1 year ago
gdc doesn't have D_InlineAsm_X86_64 as it uses different asm syntax than dmd. One can use version(GNU) version(X86_64), but this is unnecessary. as imported modules do not use any assembler, just enum definitions for each system.
gdc
D_InlineAsm_X86_64
dmd
version(GNU) version(X86_64)
Fixes https://github.com/huntlabs/hunt/issues/94
gdc
doesn't haveD_InlineAsm_X86_64
as it uses different asm syntax thandmd
. One can useversion(GNU) version(X86_64)
, but this is unnecessary. as imported modules do not use any assembler, just enum definitions for each system.Fixes https://github.com/huntlabs/hunt/issues/94