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