[all-commits] [llvm/llvm-project] f6ed48: [libc][math] reduce duplicated inv trig helpers (#...

hulxv via All-commits all-commits at lists.llvm.org
Thu Jul 16 11:38:20 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f6ed48325939e40940fccce886e5414d26b7114e
      https://github.com/llvm/llvm-project/commit/f6ed48325939e40940fccce886e5414d26b7114e
  Author: hulxv <hulxxv at gmail.com>
  Date:   2026-07-16 (Thu, 16 Jul 2026)

  Changed paths:
    M libc/src/__support/math/CMakeLists.txt
    M libc/src/__support/math/acos.h
    M libc/src/__support/math/acosbf16.h
    M libc/src/__support/math/acosf.h
    M libc/src/__support/math/acospif.h
    M libc/src/__support/math/asin.h
    M libc/src/__support/math/asin_utils.h
    M libc/src/__support/math/asinbf16.h
    M libc/src/__support/math/asinf.h
    M libc/src/__support/math/asinpi.h
    M libc/src/__support/math/asinpif.h
    M libc/src/__support/math/atan2f.h
    M libc/src/__support/math/atan2f16.h
    M libc/src/__support/math/atan_utils.h
    M libc/src/__support/math/atanf.h
    R libc/src/__support/math/inv_trigf_utils.h
    M utils/bazel/llvm-project-overlay/libc/BUILD.bazel

  Log Message:
  -----------
  [libc][math] reduce duplicated inv trig helpers (#191364)

Instead of duplicate inv trig helpers for float and double. we can unify
them when that is possible and drop inv_trigf_utils after moving helpers
to asin_utils and atan_utils. That makes everything clean.



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