#include <metal_stdlib> | |
using namespace metal; | |
void subgroupBroadcast_5196c8(device float2* const tint_symbol) { | |
float2 res = simd_broadcast(float2(1.0f),ushort(1u)); | |
*(tint_symbol) = res; | |
} | |
kernel void compute_main(device float2* tint_symbol_1 [[buffer(0)]]) { | |
subgroupBroadcast_5196c8(tint_symbol_1); | |
return; | |
} | |