Skip to content

Commit 955f349

Browse files
authored
Update sycl/test-e2e/DeviceLib/exp/exp-std-complex-edge-cases.hpp
1 parent 2e7f52b commit 955f349

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sycl/test-e2e/DeviceLib/exp/exp-std-complex-edge-cases.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ template <typename T> bool test() {
291291
CHECK(!std::signbit(r.real()), passed, i);
292292
// TODO: This case fails on win. Need to investigate and remove this macro
293293
// check.
294+
// CMPLRLLVM-62905
294295
#ifndef _WIN32
295296
CHECK(std::signbit(r.imag()) == std::signbit(testcases[i].imag()),
296297
passed, i);

0 commit comments

Comments
 (0)