blob: c06353225e6d55742ae75b15f1f84d9ec2889b9b [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void subgroupBroadcast_13f36c(device half2* const tint_symbol) {
half2 res = simd_broadcast(half2(1.0h),ushort(1u));
*(tint_symbol) = res;
}
kernel void compute_main(device half2* tint_symbol_1 [[buffer(0)]]) {
subgroupBroadcast_13f36c(tint_symbol_1);
return;
}