oneapi-src / oneDPL

oneAPI DPC++ Library (oneDPL) https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/dpc-library.html
Apache License 2.0
720 stars 114 forks source link

Fix logic error in `__early_exit_find_or::operator()` #1759

Closed SergeyKopienko closed 1 month ago

SergeyKopienko commented 1 month ago

In this PR we fix logic error in __early_exit_find_or::operator() :

I think the error has been introduced in the PR https://github.com/oneapi-src/oneDPL/pull/1689

SergeyKopienko commented 1 month ago

As I understood there is no error actually. Closed.