Files
2025-05-18 13:04:45 +08:00

3 lines
103 B
Plaintext

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