WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED MOVED
177121
[WSL] Implement full constexpr support
https://bugs.webkit.org/show_bug.cgi?id=177121
Summary
[WSL] Implement full constexpr support
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
Add attachment
proposed patch, testcase, etc.
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
Migrated to
https://github.com/gpuweb/WHLSL/issues/182
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug