[libcxx-commits] [PATCH] D102005: [libcxx]: Unroll std::find on AIX

Dávid Bolvanský via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri May 7 11:19:13 PDT 2021


xbolva00 added a comment.

Just curious, why you cannot use:

#if defined(AIX)
#pragma unroll 4
#endif
for(….)


Repository:
  rCXX libc++

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D102005/new/

https://reviews.llvm.org/D102005



More information about the libcxx-commits mailing list