[webkit-reviews] review requested: [Bug 204457] Math.max() can yield the wrong result for max(0, -0). : [Attachment 391038] Fix Math.{max, min} for negative zero in DFG and FTL

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 18 03:10:58 PST 2020


Xan Lopez <xan.lopez at gmail.com> has asked  for review:
Bug 204457: Math.max() can yield the wrong result for max(0, -0).
https://bugs.webkit.org/show_bug.cgi?id=204457

Attachment 391038: Fix Math.{max,min} for negative zero in DFG and FTL

https://bugs.webkit.org/attachment.cgi?id=391038&action=review




--- Comment #8 from Xan Lopez <xan.lopez at gmail.com> ---
Created attachment 391038

  --> https://bugs.webkit.org/attachment.cgi?id=391038&action=review

Fix Math.{max,min} for negative zero in DFG and FTL

Fix some style nits. My local script still gives some warnings but AFAICT it's
in existing code and they don't make much sense to me.


More information about the webkit-reviews mailing list