[all-commits] [llvm/llvm-project] cdd01e: [libc++][PSTL] Move all the OpenMP conditionals in...
philnik777 via All-commits
all-commits at lists.llvm.org
Thu May 4 09:31:48 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cdd01e49d6f4d5b047bc654eb7f64280c32a3f6b
https://github.com/llvm/llvm-project/commit/cdd01e49d6f4d5b047bc654eb7f64280c32a3f6b
Author: Nikolas Klauser <n_klauser at apple.com>
Date: 2023-05-04 (Thu, 04 May 2023)
Changed paths:
M libcxx/include/__pstl/internal/pstl_config.h
Log Message:
-----------
[libc++][PSTL] Move all the OpenMP conditionals into a single block
All the used OpenMP pragmas are available with OpenMP 4.0, so they can all share a single conditional block.
Reviewed By: ldionne, #libc
Spies: yaxunl, sstefan1, guansong, jplehr, libcxx-commits, sunshaoce
Differential Revision: https://reviews.llvm.org/D149603
More information about the All-commits
mailing list