How can I add attributes to __asm statement?

drug drug2004 at bk.ru
Tue Nov 12 18:46:39 UTC 2019


12.11.2019 21:20, kinke пишет:
> LDC's `__asm` is not a statement, but a special function. It's already 
> `pure nothrow @nogc`; if you want to call it in a @safe function, use 
> `__asm_trusted` instead. See 
> https://github.com/ldc-developers/druntime/blob/ldc/src/ldc/llvmasm.di.

Thank you.


More information about the digitalmars-d-ldc mailing list