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
