https://issues.dlang.org/show_bug.cgi?id=16026
Iain Buclaw <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Iain Buclaw <[email protected]> --- This is actually a result of turning frexp into a template. Before it did the operation at real precision, then down casted. Now, it calls frexp with the precision of the type T. It's not a codegen bug, I can reproduce the same using GDC and Phobos 2.067. --
