blob: a4a5b4e89e73f9f4adf1f03052e94d980308aeef [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void f() {
half3x2 m = half3x2(half2(0.0h), half2(0.0h), half2(0.0h));
half3x2 const m_1 = half3x2(m);
}