3 lines
103 B
Plaintext
3 lines
103 B
Plaintext
// RUN: %{ispc} --target=host %s > %t 2>&1
|
|
void test(uniform float &Val) { Val = Val * -(Val * Val); }
|