Bug 177121

Summary: [WSL] Implement full constexpr support
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: WebGPUAssignee: Nobody <webkit-unassigned>
Status: RESOLVED MOVED    
Severity: Normal CC: mmaxfield
Priority: P2    
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 176199    

Filip Pizlo
Reported 2017-09-18 20:13:50 PDT
Currently even this doesn't work: void foo<int x>() { ... } void bar<int y>() { foo<y + 1>(); } Maybe it should work?
Attachments
Myles C. Maxfield
Comment 1 2018-08-21 22:07:21 PDT
We don't have generics any more.
Myles C. Maxfield
Comment 2 2018-08-21 22:24:00 PDT
We do have vector<float, 1 + 2> though.
Myles C. Maxfield
Comment 3 2018-10-13 19:37:35 PDT
Note You need to log in before you can comment on or make changes to this bug.