Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions sycl/test-e2e/ESIMD/addc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
//===----------------------------------------------------------------------===//
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out
// https://github.com/intel/llvm/issues/14868
// UNSUPPORTED: windows

// The test verifies ESIMD API that adds 2 32-bit integer scalars/vectors with
// carry returning the result as 2 parts: carry flag the input modified operand
Expand Down
2 changes: 2 additions & 0 deletions sycl/test-e2e/ESIMD/subb.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
//===----------------------------------------------------------------------===//
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out
// https://github.com/intel/llvm/issues/14868
// UNSUPPORTED: windows

// The test verifies ESIMD API that substracts 2 32-bit integer scalars/vectors
// with borrow returning the result as 2 parts: borrow flag the input modified
Expand Down