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