blob: dbb362ecf1e311861db4ee651fce4e650eb48dc1 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void f() {
half v = 3.0h;
half2 v2 = half2(v);
half3 v3 = half3(v);
half4 v4 = half4(v);
}