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

5 lines
156 B
Plaintext

// RUN: %{ispc} -O2 --target=host %s > %t 2>&1
void a(int8 b, int64 c[][2]) {
c[programIndex][0] = extract((int)(varying bool)reduce_max(1) * b, 0);
}