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