blob: 187de3eaab9b0ba74a072f974c9ae969c2178a9e [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);
}