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