blob: a59b2986104e22de1f97fa59745f5ea4e6628e25 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
float subgroupBroadcastFirst_0538e1() {
float arg_0 = 1.0f;
float res = simd_broadcast_first(arg_0);
return res;
}
fragment void fragment_main(device float* tint_symbol [[buffer(0)]]) {
*(tint_symbol) = subgroupBroadcastFirst_0538e1();
return;
}
kernel void compute_main(device float* tint_symbol_1 [[buffer(0)]]) {
*(tint_symbol_1) = subgroupBroadcastFirst_0538e1();
return;
}