Force usage of double (instead of higher precision)

Stefan Koch via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Jun 28 16:56:42 PDT 2017


On Wednesday, 28 June 2017 at 22:16:48 UTC, Simon Bürger wrote:

> (If you are interested in the "double double" type, take a look 
> here:
> https://github.com/BrianSwift/MetalQD
> which includes a double-double and even quad-double 
> implementation in C/C++/Fortran)

Nice work can you re or dual license under the boost license ?
I'd like to incorporate the qd type into newCTFE.

As for your problems they can be worked around.
by assigning every temporary to a variable.
Which will enforce the discarding of precision.


More information about the Digitalmars-d-learn mailing list