Files
UnrealEngine/Engine/Source/ThirdParty/Intel/ISPC/ispc-1.24.0/tests/lit-tests/722.ispc
2025-05-18 13:04:45 +08:00

8 lines
209 B
Plaintext

// RUN: %{ispc} --target=host --nowrap -o %t.o %s
void foo(unsigned int32 x) {
unsigned int32 key_1 = x;
uniform unsigned int32 u_key_1;
uniform bool is_u_key_1 = reduce_equal(key_1, &u_key_1);
}