blob: 99def549582c5a28922f4d94c86c656edb14ff19 [file] [log] [blame] [edit]
#include <metal_stdlib>
using namespace metal;
half subgroupBroadcast_07e2d8() {
half res = simd_broadcast(1.0h,ushort(1u));
return res;
}
kernel void compute_main(device half* tint_symbol [[buffer(0)]]) {
*(tint_symbol) = subgroupBroadcast_07e2d8();
return;
}