blob: 329a879a730bcd4fad42a33af24e1520f8f1eb9a [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
kernel void f() {
half3 const a = half3(1.0h, 2.0h, 3.0h);
half3 const b = as_type<half3>(a);
}