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