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