You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is allowed in DXC:
vector<->array conversions where we can create a cxvalue, but only from an explicit cast: https://godbolt.org/z/ezzjj6dWo
but in clang produces the following error cannot bind non-lvalue argument (float4)V to inout paramemter
The text was updated successfully, but these errors were encountered:
This is allowed in DXC:
vector<->array conversions where we can create a cxvalue, but only from an explicit cast:
https://godbolt.org/z/ezzjj6dWo
but in clang produces the following error
cannot bind non-lvalue argument (float4)V to inout paramemter
The text was updated successfully, but these errors were encountered: