blob: a6f4daaf0c40b1f60035bc14da18f61e6115a0a4 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
int subgroupExclusiveMul_a23002() {
int arg_0 = 1;
int res = simd_prefix_exclusive_product(arg_0);
return res;
}
fragment void fragment_main(device int* tint_symbol [[buffer(0)]]) {
*(tint_symbol) = subgroupExclusiveMul_a23002();
return;
}
kernel void compute_main(device int* tint_symbol_1 [[buffer(0)]]) {
*(tint_symbol_1) = subgroupExclusiveMul_a23002();
return;
}