blob: 6dd9a877b154851089b7180a8bc4a1633691db4d [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
half subgroupBroadcast_719ad6() {
half arg_0 = 1.0h;
half res = simd_broadcast(arg_0,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;
}