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