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