blob: dbd92f84acb68dc7f7ec59a47712f597245801f8 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
kernel void f() {
float2 const a = float2(2.003662109375f, -513.03125f);
uint2 const b = as_type<uint2>(a);
}