On Nov 4, 2005, at 12:06, Leopold Toetsch wrote:

The opcode <neg_n_n> is currently implemented as $1 = 0.0 - $2; But this is not the same as $1 = -$2 in the case of $2 being 0.0. The former gives 0.0, the version with negate gives -0.0.

Implemented now including an additional test for the Float PMC (which produced -0 w/o any change ;-)

leo

Reply via email to