[Webkit-unassigned] [Bug 189013] New: Investigate implementing vectors and matrices in the language

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 27 15:17:46 PDT 2018


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

            Bug ID: 189013
           Summary: Investigate implementing vectors and matrices in the
                    language
           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: mmaxfield at apple.com

The problem is that operator&[]() and operator&.field() shouldn't be generated for these types.

2 possible ways we can do this:
A) The compiler just magically knows that these types are special. They are identified by (name, the fact that they come from the standard library).
B) New syntax in the standard library. Something like
float operator&.field(thread float4*) = delete;

-- 
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/20180827/6399749f/attachment.html>


More information about the webkit-unassigned mailing list