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