blob: f8a2920f32a54ffba991a0393196a26ff8ea2c3d [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
kernel void f() {
int2 const a = int2(1073757184, -1006616064);
float2 const b = as_type<float2>(a);
return;
}