[Webkit-unassigned] [Bug 198304] New: [WHLSL] We should add operator!= in the implementation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 28 14:03:35 PDT 2019


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

            Bug ID: 198304
           Summary: [WHLSL] We should add operator!= in the implementation
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebGPU
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: rmorisset at apple.com

Currently the implementation treats x != y as ! (x == y). It is my fault as I originally wrote the spec that way, but someone (I don't remember if it was David Neto or someone else) reminded me that the two are different for floats. I fixed the spec to have an operator!=, but not yet the implementation

-- 
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/20190528/46c0cf3b/attachment.html>


More information about the webkit-unassigned mailing list