blob: 87a30ef3647eba428a7235488938a96e9864780c [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
kernel void f() {
uint2 const a = uint2(1073757184u, 3288351232u);
float2 const b = as_type<float2>(a);
}