blob: 8bd7973ff8b0ce02c50105eb38af903738dadacc [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
int tint_mod(int lhs, int rhs) {
return (lhs % select(rhs, 1, bool((rhs == 0) | bool((lhs == (-2147483647 - 1)) & (rhs == -1)))));
}
kernel void f() {
int a = 1;
int b = 0;
int const r = tint_mod(a, as_type<int>((as_type<uint>(b) + as_type<uint>(b))));
return;
}