blob: 75c25352255febda55775d1950cdee28e0d20e9a [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
kernel void f() {
float3 const a = float3(2.003662109375f, -513.03125f, -1024.25f);
int3 const b = as_type<int3>(a);
}