[all-commits] [llvm/llvm-project] 05cc2d: [libc++] Vectorize std::mismatch with trivially eq...

Nikolas Klauser via All-commits all-commits at lists.llvm.org
Sat May 11 14:33:09 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 05cc2d5fe10ca3e7786863d9c600e1a3f8db93eb
      https://github.com/llvm/llvm-project/commit/05cc2d5fe10ca3e7786863d9c600e1a3f8db93eb
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2024-05-11 (Sat, 11 May 2024)

  Changed paths:
    M libcxx/include/CMakeLists.txt
    M libcxx/include/__algorithm/mismatch.h
    M libcxx/include/__algorithm/simd_utils.h
    A libcxx/include/__iterator/aliasing_iterator.h
    M libcxx/include/__type_traits/is_equality_comparable.h
    M libcxx/include/module.modulemap
    A libcxx/test/libcxx/iterators/aliasing_iterator.pass.cpp
    M libcxx/test/std/algorithms/alg.nonmodifying/mismatch/mismatch.pass.cpp

  Log Message:
  -----------
  [libc++] Vectorize std::mismatch with trivially equality comparable types (#87716)



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