brintos

brintos / llvm-project-archived public Read only

0
0
Text · 310 B · 7c25510 Raw
13 lines · plain
1// REQUIRES: x86-registered-target2// REQUIRES: amdgpu-registered-target3 4#ifdef __HIP_DEVICE_COMPILE__5DEVICE __SSE3__6#else7HOST __SSE3__8#endif9 10// RUN: %clang -x hip -E -target x86_64-linux-gnu -msse3 --cuda-gpu-arch=gfx803 -nogpulib -nogpuinc -nobuiltininc -o - %s 2>&1 | FileCheck %s11 12// CHECK-NOT: SSE313