blob: dba67dea42a04e58c65e0f9959d1699b885a3c86 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
kernel void f() {
float2 const a = float2(2.003662109375f, -513.03125f);
half4 const b = as_type<half4>(a);
return;
}