[Issue 3749] cannot evaluate yl2x (log) and exp functions at compile time

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Jan 28 12:46:13 PST 2010


http://d.puremagic.com/issues/show_bug.cgi?id=3749


David Simcha <dsimcha at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dsimcha at yahoo.com


--- Comment #2 from David Simcha <dsimcha at yahoo.com> 2010-01-28 12:46:12 PST ---
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.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list