blob: 12e63bf8e42b596e6abca20ec9a6b9fe5b78584e [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
kernel void f() {
float4 const a = float4(2.003662109375f, -513.03125f, -1024.25f, 0.00169684563297778368f);
uint4 const b = as_type<uint4>(a);
return;
}