search for: f5d7b637

Displaying 2 results from an estimated 2 matches for "f5d7b637".

Did you mean: b5d7bd37
2016 Jul 28
0
RFC: SIMD math-function library
...d together already, and in part because vectorization is a > form of parallel execution. Thoughts? > I share your preference and the basis for it. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160728/f5d7b637/attachment.html>
2016 Jul 27
5
RFC: SIMD math-function library
Hi everyone, I think that everyone is on the same page. We'll put together a patch for review. One remaining question: There seem two potential homes for this library: parallel_libs and compiler-rt. Opinions on where the vectorized math functions should live? My inclination is to target it for the new parallel_libs project, in part because I feel like compiler-rt has too many things grouped