[libcxx-commits] [PATCH] D153319: [libcxx] <experimental/simd> Added aliagned flag types, traits is_simd_flag_type[_v], memory_alignment[_v] and related tests

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Jul 22 07:36:07 PDT 2023


philnik added a comment.

In D153319#4524560 <https://reviews.llvm.org/D153319#4524560>, @Joy12138 wrote:

> @philnik It seems the CI errors related to constexpr for bit_ceil? I'm not sure how to fix. Do you have any solutions?

I think the problem is that you changed the `if constexpr` to an `if`. The simplest solution is probably to change it back to an `if constexpr` and constraining `__bit_ceil` to `_LIBCPP_STD_VER >= 17`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D153319



More information about the libcxx-commits mailing list