http://d.puremagic.com/issues/show_bug.cgi?id=3749
Don <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Don <[email protected]> 2010-01-28 13:01:46 PST --- (In reply to comment #2) > A patch has just been submitted fairly recently for if(__ctfe). Once that's > released, people (myself included) will start submitting patches to make > compile-time versions of most of std.math. Most of the runtime > implementations > use assembly language somewhere for efficiency, or call the C standard lib > implementations. We'll have to write more naive compile-time versions of > these > functions. if(__ctfe) is in the next release. yl2x() probably should have built-in support, though. Since it's an intrinsic, if (__ctfe) won't work for it. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
