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