blob: 6d217bff2a8ffd3cb9a7c7f5abc2757b3d1b8b76 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void subgroupBroadcast_41e5d7(device packed_half3* const tint_symbol) {
half3 res = simd_broadcast(half3(1.0h),ushort(1u));
*(tint_symbol) = packed_half3(res);
}
kernel void compute_main(device packed_half3* tint_symbol_1 [[buffer(0)]]) {
subgroupBroadcast_41e5d7(tint_symbol_1);
return;
}