On 18 August 2013 06:11, Ilya Yaroshenko <[email protected]> wrote: > Hello, > > http://forum.dlang.org/thread/[email protected]#post-racgwaeruajvlpwiuoon:40forum.dlang.org > > Has GDC "Function Specific Option Pragmas"? > > Best regards, > Ilya
Hi Ilya,
Currently GDC only supports "target" attributes in that list.
eg:
import gcc.attribute;
@attribute("target", "sse4")
void main()
{
/* ... */
}
Regards,
--
Iain Buclaw
*(p < e ? p++ : p) = (c & 0x0f) + '0';
