[Issue 7691] A pure std.math.floor

2015-01-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7691 AndyC a...@squeakycode.net changed: What|Removed |Added CC||a...@squeakycode.net --- Comment

[Issue 7691] A pure std.math.floor

2012-03-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7691 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx ---

[Issue 7691] A pure std.math.floor

2012-03-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7691 --- Comment #2 from bearophile_h...@eml.cc 2012-03-28 10:03:17 PDT --- (In reply to comment #1) Most std.math functions need use asm; we need to write ctfe versions for them. But note that I'd like to use it mostly in run-time code. --

[Issue 7691] A pure std.math.floor

2012-03-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7691 --- Comment #3 from hst...@quickfur.ath.cx 2012-03-28 10:05:51 PDT --- Does dmd even support pureness checking for asm blocks? If not, I'm not sure when we will be able to mark asm functions as pure. -- Configure issuemail:

[Issue 7691] A pure std.math.floor

2012-03-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7691 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||clugd...@yahoo.com.au ---