[all-commits] [llvm/llvm-project] f2b79e: [libcxx] Refactoring SIMD function names in PSTL C...
Anton Rydahl via All-commits
all-commits at lists.llvm.org
Fri Oct 13 17:08:28 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f2b79ed9c6c858426b15a0374103ab901b5b2ef3
https://github.com/llvm/llvm-project/commit/f2b79ed9c6c858426b15a0374103ab901b5b2ef3
Author: Anton Rydahl <44206479+AntonRydahl at users.noreply.github.com>
Date: 2023-10-13 (Fri, 13 Oct 2023)
Changed paths:
M libcxx/include/__algorithm/pstl_backends/cpu_backends/for_each.h
M libcxx/include/__algorithm/pstl_backends/cpu_backends/transform.h
Log Message:
-----------
[libcxx] Refactoring SIMD function names in PSTL CPU backend (#69029)
This PR addresses a smaller detail discussed in the code review for
https://github.com/llvm/llvm-project/pull/66968. Currently, some
functions in the `libc++` PSTL CPU backend have been appended with a
digit to indicate the number of input iterator arguments. However, there
is no need to change the name for each version as overloading can be
used instead. This PR will make the naming more consistent in the the
CPU and the proposed OpenMP backend.
More information about the All-commits
mailing list