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