Comment #6 on issue 1325 by [email protected]: Make Math.min and Math.max faster
http://code.google.com/p/v8/issues/detail?id=1325

The SSE2 instructions also does not distinguish between -0 and +0 (which javascript does) and work only for double values (smi and object comparisons would have to be handled differently).

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to