blob: e9a6f9a34d3b0a87964eeef12b07aadb2b6a2da8 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
kernel void f() {
float const a = 2.003662109375f;
uint const b = as_type<uint>(a);
}