blob: 90c596318fc84b73edb22f4f55651f81fac51e7c [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
half4 subgroupExclusiveMul_a07956() {
half4 res = simd_prefix_exclusive_product(half4(1.0h));
return res;
}
fragment void fragment_main(device half4* tint_symbol [[buffer(0)]]) {
*(tint_symbol) = subgroupExclusiveMul_a07956();
return;
}
kernel void compute_main(device half4* tint_symbol_1 [[buffer(0)]]) {
*(tint_symbol_1) = subgroupExclusiveMul_a07956();
return;
}