[DGD] Perfect dump of float

Shentino shentino at gmail.com
Fri May 27 09:56:39 CEST 2011


On Fri, May 27, 2011 at 12:25 AM, Carter Cheng <cartercheng at gmail.com>wrote:

> I am no longer too familiar with the details of the dgd source code
> but I suspect you could (if bitwise operators dont operate on the
> float type) write some sort of function to do this. Another idea is to
> make bitwise operations operate on floats (if these do not work
> already). This should make it possible to do this with a series of
> shift and mask operations.


I just ran a bit of an experiment.

Floats are illegal for bitwise operations.



More information about the DGD mailing list