[Webkit-unassigned] [Bug 233405] Link Error: Internal error…Metal backend

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 22 23:58:37 PST 2021


https://bugs.webkit.org/show_bug.cgi?id=233405

Kimmo Kinnunen <kkinnunen at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |DUPLICATE

--- Comment #2 from Kimmo Kinnunen <kkinnunen at apple.com> ---
Thanks for the report.
You can most likely work around this by changing the function name "and" to something else, like "myand":

bool and(int x, int y)
{
        return mod(float(x), exp2(float(y))) != 0.0;
}

The fix will be shipped in a future update.

*** This bug has been marked as a duplicate of bug 229378 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20211123/e2e2d86a/attachment.htm>


More information about the webkit-unassigned mailing list