blob: 1e0903a9ca6f139335f907440ca794d9924afe73 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
float3 subgroupMul_93eccd() {
float3 arg_0 = float3(1.0f);
float3 res = simd_product(arg_0);
return res;
}
kernel void compute_main(device packed_float3* tint_symbol [[buffer(0)]]) {
*(tint_symbol) = packed_float3(subgroupMul_93eccd());
return;
}