blob: b1d2c0e03cb33fc7215bc7bbbfb69e5e391b8bb0 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
half3 subgroupInclusiveMul_2f8076() {
half3 res = simd_prefix_inclusive_product(half3(1.0h));
return res;
}
fragment void fragment_main(device packed_half3* tint_symbol [[buffer(0)]]) {
*(tint_symbol) = packed_half3(subgroupInclusiveMul_2f8076());
return;
}
kernel void compute_main(device packed_half3* tint_symbol_1 [[buffer(0)]]) {
*(tint_symbol_1) = packed_half3(subgroupInclusiveMul_2f8076());
return;
}