[all-commits] [llvm/llvm-project] 7b8038: [libc++] Move the implementation of CPU-based basi...

Louis Dionne via All-commits all-commits at lists.llvm.org
Wed Jun 12 12:23:51 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7b8038426c52d5fee9c2f4cfe3e747e3a2b8efec
      https://github.com/llvm/llvm-project/commit/7b8038426c52d5fee9c2f4cfe3e747e3a2b8efec
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2024-06-12 (Wed, 12 Jun 2024)

  Changed paths:
    M libcxx/include/__pstl/cpu_algos/any_of.h
    M libcxx/include/__pstl/cpu_algos/fill.h
    M libcxx/include/__pstl/cpu_algos/find_if.h
    M libcxx/include/__pstl/cpu_algos/for_each.h
    M libcxx/include/__pstl/cpu_algos/merge.h
    M libcxx/include/__pstl/cpu_algos/stable_sort.h
    M libcxx/include/__pstl/cpu_algos/transform.h
    M libcxx/include/__pstl/cpu_algos/transform_reduce.h

  Log Message:
  -----------
  [libc++] Move the implementation of CPU-based basis operations to namespace __pstl (#95267)

They were always intended to be in that namespace but I was trying to
keep changes orthogonal.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list