Files
UnrealEngine/Engine/Source/ThirdParty/Intel/ISPC/ispc-1.21.0/tests/lit-tests/1628.ispc
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

3 lines
103 B
Plaintext

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