blob: f0f90478885271e3319a989b81f0c63a85f70c11 [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);
return;
}