huntlabs / hunt

A refined core library for D programming language. The module has concurrency / collections / event / io / logging / text / serialization and more.
Apache License 2.0
95 stars 15 forks source link

Update package.d #95

Closed baryluk closed 1 year ago

baryluk commented 2 years 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.

Fixes https://github.com/huntlabs/hunt/issues/94