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