[all-commits] [llvm/llvm-project] af0f58: [libc][math][c23] Add entrypoints and tests for fs...

Job Henandez Lara via All-commits all-commits at lists.llvm.org
Sun Jul 21 08:18:04 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: af0f58cf14329f5e0fe56fed7c9eb4cd3107a1ce
      https://github.com/llvm/llvm-project/commit/af0f58cf14329f5e0fe56fed7c9eb4cd3107a1ce
  Author: Job Henandez Lara <hj93 at protonmail.com>
  Date:   2024-07-21 (Sun, 21 Jul 2024)

  Changed paths:
    M libc/config/linux/x86_64/entrypoints.txt
    M libc/docs/math/index.rst
    M libc/spec/llvm_libc_ext.td
    M libc/spec/stdc.td
    M libc/src/math/CMakeLists.txt
    A libc/src/math/fsqrt.h
    A libc/src/math/fsqrtf128.h
    A libc/src/math/fsqrtl.h
    M libc/src/math/generic/CMakeLists.txt
    A libc/src/math/generic/fsqrt.cpp
    A libc/src/math/generic/fsqrtf128.cpp
    A libc/src/math/generic/fsqrtl.cpp
    M libc/test/src/math/CMakeLists.txt
    A libc/test/src/math/fsqrt_test.cpp
    A libc/test/src/math/fsqrtl_test.cpp
    M libc/test/src/math/smoke/CMakeLists.txt
    A libc/test/src/math/smoke/fsqrt_test.cpp
    A libc/test/src/math/smoke/fsqrtf128_test.cpp
    A libc/test/src/math/smoke/fsqrtl_test.cpp
    M libc/utils/MPFRWrapper/MPFRUtils.cpp

  Log Message:
  -----------
  [libc][math][c23] Add entrypoints and tests for fsqrt{,l,f128} (#99669)



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