[Issue 4455] Taking the sqrt of an integer shouldn't require an explicit cast.

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4455

Iain Buclaw  changed:

   What|Removed |Added

   Priority|P2  |P3

--


[Issue 4455] Taking the sqrt of an integer shouldn't require an explicit cast.

2019-09-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4455

Berni  changed:

   What|Removed |Added

   Hardware|Other   |All
 OS|Windows |All

--


[Issue 4455] Taking the sqrt of an integer shouldn't require an explicit cast.

2019-09-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4455

Berni  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 CC||dl...@croco-puzzle.com
 Resolution|FIXED   |---

--- Comment #3 from Berni  ---
Still there, or crept in again.

--


[Issue 4455] Taking the sqrt of an integer shouldn't require an explicit cast.

2010-08-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4455


David Simcha dsim...@yahoo.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED


--- Comment #2 from David Simcha dsim...@yahoo.com 2010-08-11 19:45:25 PDT ---
Fixed SVN.

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


[Issue 4455] Taking the sqrt of an integer shouldn't require an explicit cast.

2010-07-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4455


bearophile_h...@eml.cc changed:

   What|Removed |Added

 CC||bearophile_h...@eml.cc


--- Comment #1 from bearophile_h...@eml.cc 2010-07-13 14:25:18 PDT ---
Partially unrelated: an efficient D compiler can desire to implement the sqrt
with SSE instructions like SQRTSS RSQRTSS SQRTPS and RSQRTPS, that have floats
or doubles in input or output. So I think a double sqrt(double) too can be
useful, to avoid the useless argument passing of 10-12-16 bytes (necessary for
an argument of type real) for the computation of sqrt on a double.

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