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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 9 09:26:02 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 390207: Consider negative zero in DFG JIT Math.{max,min}

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




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

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

Consider negative zero in DFG JIT Math.{max,min}

This just fixes the bug in DFG JIT, as mentioned earlier I believe there same
bug is present at least in the DFG AI.


More information about the webkit-reviews mailing list