[all-commits] [llvm/llvm-project] f3589d: [libc++][NFC] Refactor the enable_ifs in the math ...

philnik777 via All-commits all-commits at lists.llvm.org
Wed Aug 2 10:03:49 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f3589d25fe09a9ec5d05d9ac389109a94f3f6187
      https://github.com/llvm/llvm-project/commit/f3589d25fe09a9ec5d05d9ac389109a94f3f6187
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
    M libcxx/include/__math/abs.h
    M libcxx/include/__math/copysign.h
    M libcxx/include/__math/error_functions.h
    M libcxx/include/__math/exponential_functions.h
    M libcxx/include/__math/fdim.h
    M libcxx/include/__math/fma.h
    M libcxx/include/__math/gamma.h
    M libcxx/include/__math/hyperbolic_functions.h
    M libcxx/include/__math/hypot.h
    M libcxx/include/__math/inverse_hyperbolic_functions.h
    M libcxx/include/__math/inverse_trigonometric_functions.h
    M libcxx/include/__math/logarithms.h
    M libcxx/include/__math/min_max.h
    M libcxx/include/__math/modulo.h
    M libcxx/include/__math/remainder.h
    M libcxx/include/__math/roots.h
    M libcxx/include/__math/rounding_functions.h
    M libcxx/include/__math/traits.h
    M libcxx/include/__math/trigonometric_functions.h

  Log Message:
  -----------
  [libc++][NFC] Refactor the enable_ifs in the math headers

Reviewed By: #libc, Mordante

Spies: Mordante, libcxx-commits

Differential Revision: https://reviews.llvm.org/D155261




More information about the All-commits mailing list