blob: dee0136f67a02281b9bc351531ad8e09de0b468a [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
kernel void f() {
float const a = 2.003662109375f;
half2 const b = as_type<half2>(a);
return;
}