summaryrefslogtreecommitdiff
path: root/libcxx/include/__pstl/cpu_algos
AgeCommit message (Expand)Author
2025-10-07[libc++] Make the naming of the iterator_traits aliases consistent (#161661)Nikolas Klauser
2024-12-17[libc++] Granularize <new> includes (#119964)Nikolas Klauser
2024-10-31[libc++] Granularize <cstddef> includes (#108696)Nikolas Klauser
2024-09-11[libc++] Guard PSTL headers with >= C++17 (#108234)Louis Dionne
2024-06-12[libc++] Remove unnecessary #ifdef guards around PSTL implementation details ...Louis Dionne
2024-06-12[libc++] Move the implementation of CPU-based basis operations to namespace _...Louis Dionne
2024-06-12[libc++][NFC] Rename __simd_walk functions to give more descriptive namesLouis Dionne
2024-06-12[libc++] Overhaul the PSTL dispatching mechanism (#88131)Louis Dionne
2024-04-18[libc++][pstl] Move the CPU algorithm implementations to __pstl (#89109)Louis Dionne
2024-04-16[libc++] Rename __cpu_traits functions (#88741)Louis Dionne
2024-04-15[libc++][PSTL] Introduce cpu traits (#88134)Louis Dionne