Thanks Thomas for the info. As we can see in https://en.cppreference.com/w/cpp/compiler_support, the support for C++17 parallel algorithms is actually the last major gcc feature for C++17 that needs to be shipped. >From the comments below the report of the last ISO C++ Meeting in Rapperswill : https://www.reddit.com/r/cpp/comments/8prqzm/2018_rapperswil_iso_c_committee_trip_report/ we just have a glimpse of how many C++ developers, as myself, that are willing develop real-world modern (not-legacy) C++ software for real-world applications. So, I take this external Intel library as a temporary bridge.
Thanks for your important gcc development work. Kind regards. Marco Il giorno mar 10 lug 2018 alle ore 15:35 Thomas Rodgers <trodg...@redhat.com> ha scritto: > > Major GCC releases ship once per year, roughly in May. You can however, > today, use the Intel free standing implementation until libstdc++ formally > ships with support. See - > > https://github.com/intel/parallelstl > > - Tom > > Marco Ippolito writes: > > > Hi Thomas, > > since simplied and efficient parallelism is actually super-needed in a > > world where fast, simple ed efficient software is paramount, when do you > > reasonably foresee GCC9 shipping containing the C++17 parallel > algorithms? > > > > Marco > > > > Il giorno lun 21 mag 2018 alle ore 14:32 Thomas Rodgers < > trodg...@redhat.com> > > ha scritto: > > > >> > >> Marco Ippolito writes: > >> > >> > Which gcc release will include the support for the C++17 parallel > >> > algorithms? > >> > >> The expectation is they will ship as part of GCC9. > >> > >> - Tom > >> > >> > >