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