There are a list of elementwise builtins and operators that should permit matrices, but don't currently. This includes implicit type conversions to allow existing HLSL functionality where clang extension matrices currently require that the element types match perfectly. It also involves allowing various HLSL and otherwise __builtin_elementwise* calls to work with matrices.
There are a list of elementwise builtins and operators that should permit matrices, but don't currently. This includes implicit type conversions to allow existing HLSL functionality where clang extension matrices currently require that the element types match perfectly. It also involves allowing various HLSL and otherwise `__builtin_elementwise*` calls to work with matrices.
There are a list of elementwise builtins and operators that should permit matrices, but don't currently. This includes implicit type conversions to allow existing HLSL functionality where clang extension matrices currently require that the element types match perfectly. It also involves allowing various HLSL and otherwise
__builtin_elementwise*
calls to work with matrices.