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

7 lines
234 B
Plaintext

// RUN: not %{ispc} --target=sse4-x2 --nostdlib --nowrap -o - --emit-llvm-text %s 2>&1 | FileCheck %s
// REQUIRES: X86_ENABLED
// CHECK-NOT: LLVM ERROR
export void crash(float input[], float output[]) {output[0] = round(input[0]);}