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    

Description Filip Pizlo 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?
Comment 1 Myles C. Maxfield 2018-08-21 22:07:21 PDT
We don't have generics any more.
Comment 2 Myles C. Maxfield 2018-08-21 22:24:00 PDT
We do have vector<float, 1 + 2> though.
Comment 3 Myles C. Maxfield 2018-10-13 19:37:35 PDT
Migrated to https://github.com/gpuweb/WHLSL/issues/182