blob: 2c8708a05233d363309ad7866ff5e2612b5884df [file] [log] [blame]
[numthreads(1, 1, 1)]
void f() {
const vector<float16_t, 3> a = vector<float16_t, 3>(float16_t(1.0h), float16_t(2.0h), float16_t(3.0h));
const vector<float16_t, 3> r = (a % float16_t(4.0h));
return;
}