blob: e3f0dad7d1f4c21b3d3678620894d00187afbe78 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
int3 subgroupXor_9c6e73() {
int3 arg_0 = int3(1);
int3 res = simd_xor(arg_0);
return res;
}
fragment void fragment_main(device packed_int3* tint_symbol [[buffer(0)]]) {
*(tint_symbol) = packed_int3(subgroupXor_9c6e73());
return;
}
kernel void compute_main(device packed_int3* tint_symbol_1 [[buffer(0)]]) {
*(tint_symbol_1) = packed_int3(subgroupXor_9c6e73());
return;
}