[all-commits] [llvm/llvm-project] 948bff: [libc++] Simplify __promote (#136101)

Nikolas Klauser via All-commits all-commits at lists.llvm.org
Thu May 8 13:49:19 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 948bffa951cf143da5f4caa461b25ce76fa137d0
      https://github.com/llvm/llvm-project/commit/948bffa951cf143da5f4caa461b25ce76fa137d0
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2025-05-08 (Thu, 08 May 2025)

  Changed paths:
    M libcxx/include/__math/copysign.h
    M libcxx/include/__math/exponential_functions.h
    M libcxx/include/__math/fdim.h
    M libcxx/include/__math/fma.h
    M libcxx/include/__math/hypot.h
    M libcxx/include/__math/inverse_trigonometric_functions.h
    M libcxx/include/__math/min_max.h
    M libcxx/include/__math/modulo.h
    M libcxx/include/__math/remainder.h
    M libcxx/include/__math/rounding_functions.h
    M libcxx/include/__math/traits.h
    M libcxx/include/__type_traits/promote.h
    M libcxx/include/cmath
    M libcxx/include/complex
    M libcxx/test/libcxx/numerics/complex.number/cmplx.over.pow.pass.cpp

  Log Message:
  -----------
  [libc++] Simplify __promote (#136101)

This avoids instantiating an extra class for every variant `__promote`
is used in.



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