CTFE is getting there

bearophile bearophileHUGS at lycos.com
Sat Nov 12 17:06:55 PST 2011


Martin Nowak:

> D_InlineAsm_X86 is just a normal version tag and does not imply asm code,  
> so it has to.
> IASM functions should redirect __ctfe to their non asm fallback.

So you need two fallbaks and probably they contain the same code. So an inner function is useful here.

------------------

I was forgetting: another thing that doesn't work yet at compile-time is std.math.log.

Bye,
bearophile


More information about the Digitalmars-d mailing list