blob: 63811fd71377cca55fd885d0b0ca82491dc85f00 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
int i(int x) {
return -(x);
}
int4 vi(int4 x) {
return -(x);
}