blob: d4600f328fef3645431ab966eef561a4dec508f0 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
half subgroupBroadcast_719ad6() {
half res = simd_broadcast(1.0h,ushort(1));
return res;
}
fragment void fragment_main(device half* tint_symbol [[buffer(0)]]) {
*(tint_symbol) = subgroupBroadcast_719ad6();
return;
}
kernel void compute_main(device half* tint_symbol_1 [[buffer(0)]]) {
*(tint_symbol_1) = subgroupBroadcast_719ad6();
return;
}