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