blob: 90edcb620cfc2b1ec645821394b51ab43a2baf2e [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
float4 subgroupMin_bbd9b0() {
float4 res = simd_min(float4(1.0f));
return res;
}
fragment void fragment_main(device float4* tint_symbol [[buffer(0)]]) {
*(tint_symbol) = subgroupMin_bbd9b0();
return;
}
kernel void compute_main(device float4* tint_symbol_1 [[buffer(0)]]) {
*(tint_symbol_1) = subgroupMin_bbd9b0();
return;
}