Intel Contributes Its Parallel STL Implementation To LLVM

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • phoronix
    Administrator
    • Jan 2007
    • 67398

    Intel Contributes Its Parallel STL Implementation To LLVM

    Phoronix: Intel Contributes Its Parallel STL Implementation To LLVM

    A month ago there was word that Intel wanted to contribute their Parallel STL implementation for this C++17 functionality to GCC's libstdc++ and LLVM libc++. As a wonderful open-source Christmas present, Intel's Parallel STL implementation saw its initial commit now under the LLVM umbrella...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite
  • davidbepo
    Senior Member
    • Nov 2014
    • 943

    #2
    finally, this is one of the coolest features of c++17
    Last edited by davidbepo; 25 December 2018, 11:57 AM.

    Comment

    • Almindor
      Senior Member
      • Jul 2008
      • 481

      #3
      This is great. I'm just catching up on c++-11+ features and parallelism was a big missing chunk. Does the "LLVM-umbrella" mean it lands in gcc in the end as well?

      Comment

      • paulpach
        Senior Member
        • May 2012
        • 151

        #4
        Originally posted by Almindor View Post
        This is great. I'm just catching up on c++-11+ features and parallelism was a big missing chunk. Does the "LLVM-umbrella" mean it lands in gcc in the end as well?
        They are working on that. See here: https://gcc.gnu.org/ml/libstdc++/2017-11/msg00112.html

        Comment

        Working...
        X