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