blob: 68dcd1103da7bce1de4da32c8f1d4a6f312dc2e0 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
kernel void f() {
int4 const a = int4(1073757184, -1006616064, -998242304, 987654321);
float4 const b = as_type<float4>(a);
return;
}