[all-commits] [llvm/llvm-project] 57c678: [libc][math] Refactor cosf implementation to heade...

Muhammad Bassiouni via All-commits all-commits at lists.llvm.org
Sat Aug 9 09:59:51 PDT 2025


  Branch: refs/heads/users/bassiounix/spr/08-05-_libc_math_refactor_cosf_implementation_to_header-only_in_src___support_math_folder
  Home:   https://github.com/llvm/llvm-project
  Commit: 57c6780d2ae0c0add43f87ce4c16bb705dddc7aa
      https://github.com/llvm/llvm-project/commit/57c6780d2ae0c0add43f87ce4c16bb705dddc7aa
  Author: bassiounix <muhammad.m.bassiouni at gmail.com>
  Date:   2025-08-09 (Sat, 09 Aug 2025)

  Changed paths:
    M libc/shared/math.h
    A libc/shared/math/cosf.h
    M libc/src/__support/math/CMakeLists.txt
    A libc/src/__support/math/cosf.h
    A libc/src/__support/math/range_reduction.h
    A libc/src/__support/math/range_reduction_fma.h
    A libc/src/__support/math/sincosf_utils.h
    M libc/src/math/generic/CMakeLists.txt
    M libc/src/math/generic/cosf.cpp
    M libc/src/math/generic/cospif.cpp
    R libc/src/math/generic/range_reduction.h
    R libc/src/math/generic/range_reduction_fma.h
    M libc/src/math/generic/sincosf.cpp
    R libc/src/math/generic/sincosf_utils.h
    M libc/src/math/generic/sinf.cpp
    M libc/src/math/generic/sinpif.cpp
    M libc/src/math/generic/tanf.cpp
    M libc/src/math/generic/tanpif.cpp
    M utils/bazel/llvm-project-overlay/libc/BUILD.bazel

  Log Message:
  -----------
  [libc][math] Refactor cosf implementation to header-only in src/__support/math folder.


  Commit: 0bfda1bb85d317121845647ea190abf918c94c87
      https://github.com/llvm/llvm-project/commit/0bfda1bb85d317121845647ea190abf918c94c87
  Author: bassiounix <muhammad.m.bassiouni at gmail.com>
  Date:   2025-08-09 (Sat, 09 Aug 2025)

  Changed paths:
    M libc/test/shared/CMakeLists.txt
    M libc/test/shared/shared_math_test.cpp

  Log Message:
  -----------
  add tests


Compare: https://github.com/llvm/llvm-project/compare/bfc768034fd1...0bfda1bb85d3

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