blob: af9d667321adf4fd084904811afc37f5e322724e [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
half2 subgroupShuffle_8c3fd2() {
half2 arg_0 = half2(1.0h);
int arg_1 = 1;
half2 res = simd_shuffle(arg_0,arg_1);
return res;
}
fragment void fragment_main(device half2* tint_symbol [[buffer(0)]]) {
*(tint_symbol) = subgroupShuffle_8c3fd2();
return;
}
kernel void compute_main(device half2* tint_symbol_1 [[buffer(0)]]) {
*(tint_symbol_1) = subgroupShuffle_8c3fd2();
return;
}