December 06, 2010 [Issue 3749] cannot evaluate yl2x (log) and exp functions at compile time | ||||
---|---|---|---|---|
| ||||
Posted in reply to Witold Baryluk | http://d.puremagic.com/issues/show_bug.cgi?id=3749 Walter Bright <bugzilla@digitalmars.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bugzilla@digitalmars.com Severity|minor |enhancement --- Comment #9 from Walter Bright <bugzilla@digitalmars.com> 2010-12-05 22:31:08 PST --- I'm going to defer this until there's a reasonably portable implementation of the specifics of yl2x and yl2xp1. Probably one can be built out of the C standard library math functions. Failing that, we'll need an inline asm version for gcc, and a 64 bit inline version. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
January 16, 2013 [Issue 3749] cannot evaluate yl2x (log) and exp functions at compile time | ||||
---|---|---|---|---|
| ||||
Posted in reply to Witold Baryluk | http://d.puremagic.com/issues/show_bug.cgi?id=3749 Martin Nowak <code@dawg.eu> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |code@dawg.eu --- Comment #10 from Martin Nowak <code@dawg.eu> 2013-01-15 16:07:47 PST --- What's the state of this? Having log/exp functions at compile time would be very useful, e.g. to pregenerate scientific tables. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation