[libcxx-commits] [PATCH] D64702: [libcxx: experimental::simd] Support binary operations

Tobias Grosser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jul 15 23:00:31 PDT 2019


grosser added a comment.

In D64702#1586229 <https://reviews.llvm.org/D64702#1586229>, @timshen wrote:

> > a) tim has already a similar patch in his pipeline
>
> Yes, I had a full stack of patches (using the dependency feature of Phab), starting with D41412 <https://reviews.llvm.org/D41412>, that implements the whole proposal up to some version (and it's not the latest version), but the patches got into both mclow's and my back-burners sooner than expected.


Nice. I looked through your patches and they seem to be very well engineered. We are currently developing code which would very much benefit from std::experimental::simd (and an optimized variant based on LLVM vector types).

>> b) there are certain conventions I should pay attention to
> 
> No as of my memory. The review of my stack of patches didn't go that far.

Any chance I can motivate you to get the patch review process going again. I would be very interested in using (and potentially further optimizing) ex::simd.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D64702





More information about the libcxx-commits mailing list