blob: a05d45e3500d3f550d5de902dc45d916bbfcc04e [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
int subgroupAnd_c6fc92() {
int res = simd_and(1);
return res;
}
fragment void fragment_main(device int* tint_symbol [[buffer(0)]]) {
*(tint_symbol) = subgroupAnd_c6fc92();
return;
}
kernel void compute_main(device int* tint_symbol_1 [[buffer(0)]]) {
*(tint_symbol_1) = subgroupAnd_c6fc92();
return;
}