blob: 5b903cca18c18402ab1d0f4466332ab0e046ac11 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void f() {
half4x4 v = half4x4(half4(0.0h), half4(0.0h), half4(0.0h), half4(0.0h));
}