blob: ff77b1c43550950827b3f8b545440125cb1907c3 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void f() {
thread half4x2 tint_symbol = half4x2(half2(1.0h, 2.0h), half2(3.0h, 4.0h), half2(5.0h, 6.0h), half2(7.0h, 8.0h));
float4x2 v = float4x2(tint_symbol);
}