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