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