blob: 6cc01e19557deefa8a8243466a4ccf2f6303f10b [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);
}