blob: 030429dbb684076113def8d8a04a1c5f5e7adfa5 [file] [log] [blame]
//
// fragment_main
//
#include <metal_stdlib>
using namespace metal;
float4 subgroupInclusiveMul_69326e() {
float4 arg_0 = float4(1.0f);
float4 res = simd_prefix_inclusive_product(arg_0);
return res;
}
fragment void fragment_main(device float4* tint_symbol [[buffer(0)]]) {
*(tint_symbol) = subgroupInclusiveMul_69326e();
return;
}
//
// compute_main
//
#include <metal_stdlib>
using namespace metal;
float4 subgroupInclusiveMul_69326e() {
float4 arg_0 = float4(1.0f);
float4 res = simd_prefix_inclusive_product(arg_0);
return res;
}
kernel void compute_main(device float4* tint_symbol [[buffer(0)]]) {
*(tint_symbol) = subgroupInclusiveMul_69326e();
return;
}