blob: ca23e21b86e80ebe7570cd7e36ec71643bbd37b0 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void subgroupBroadcast_b7e93b(device float4* const tint_symbol) {
float4 arg_0 = float4(1.0f);
float4 res = simd_broadcast(arg_0,ushort(1u));
*(tint_symbol) = res;
}
kernel void compute_main(device float4* tint_symbol_1 [[buffer(0)]]) {
subgroupBroadcast_b7e93b(tint_symbol_1);
return;
}