Question about inline assembly in LDC
Cecil Ward
cecil at cecilward.com
Mon Aug 21 21:18:17 UTC 2023
On Monday, 21 August 2023 at 16:38:29 UTC, kinke wrote:
> LDC doesn't support the Intel syntax in GDC-style inline asm,
> AT&T only. [We'd have to tell LLVM that an *entire* GDC-style
> inline asm statement is in Intel syntax.]
>
> The Intel syntax is only supported in DMD-style inline asm.
Ah, shame. It would be good if LDC gave an error message when it
sees the intel syntax directive, as its error messages in this
situation seem to be a bit random now.
More information about the digitalmars-d-ldc
mailing list