Skip to content

Commit

Permalink
Style (inconsequential)
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathfulSpatula committed Oct 26, 2024
1 parent e697c26 commit a32223e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/parallel_for.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ ParallelFor::ParallelFor()
#if ENABLE_PTHREAD
, numCores(std::thread::hardware_concurrency())
#else
, numCores(1)
, numCores(1U)
#endif
{
const bitLenInt pStridePow = log2Ocl(pStride);
Expand Down

0 comments on commit a32223e

Please sign in to comment.