blob: 79405e23f3fb4eb9c563125c75e8e873f861b505 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
kernel void f() {
uint const a = 1073757184u;
half2 const b = as_type<half2>(a);
}