[libcxx-commits] [PATCH] D156225: [libcxx] <experimental/simd> Add broadcast constructor of class simd/simd_mask

Yin Zhang via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Aug 14 02:41:30 PDT 2023


Joy12138 added a comment.

It seems `is_integral` not working correctly with `int128` and `unsigned int128`. https://godbolt.org/z/c4E5T7zc9

I add specializations for `__can_broadcast` with `int128` and `unsigned int128`. It may fix tests now. Is it OK? Or should we fix `is_integral`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D156225



More information about the libcxx-commits mailing list