[all-commits] [llvm/llvm-project] 2c7423: [libc][math][c23] Add fsub{, l, f128} and remainderf...

aaryanshukla via All-commits all-commits at lists.llvm.org
Wed Aug 7 13:04:19 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2c74237c0fa5b5289b98c17209f4319b24406e08
      https://github.com/llvm/llvm-project/commit/2c74237c0fa5b5289b98c17209f4319b24406e08
  Author: aaryanshukla <53713108+aaryanshukla at users.noreply.github.com>
  Date:   2024-08-07 (Wed, 07 Aug 2024)

  Changed paths:
    M libc/config/darwin/arm/entrypoints.txt
    M libc/config/darwin/x86_64/entrypoints.txt
    M libc/config/linux/aarch64/entrypoints.txt
    M libc/config/linux/arm/entrypoints.txt
    M libc/config/linux/riscv/entrypoints.txt
    M libc/config/linux/x86_64/entrypoints.txt
    M libc/config/windows/entrypoints.txt
    M libc/docs/math/index.rst
    M libc/newhdrgen/yaml/math.yaml
    M libc/spec/llvm_libc_ext.td
    M libc/spec/stdc.td
    M libc/src/math/CMakeLists.txt
    A libc/src/math/fsub.h
    A libc/src/math/fsubf128.h
    A libc/src/math/fsubl.h
    M libc/src/math/generic/CMakeLists.txt
    A libc/src/math/generic/fsub.cpp
    A libc/src/math/generic/fsubf128.cpp
    A libc/src/math/generic/fsubl.cpp
    A libc/src/math/generic/remainderf128.cpp
    A libc/src/math/remainderf128.h
    M libc/test/src/math/CMakeLists.txt
    A libc/test/src/math/fsub_test.cpp
    A libc/test/src/math/fsubl_test.cpp
    M libc/test/src/math/smoke/CMakeLists.txt
    A libc/test/src/math/smoke/fsub_test.cpp
    A libc/test/src/math/smoke/fsubf128_test.cpp
    A libc/test/src/math/smoke/fsubl_test.cpp

  Log Message:
  -----------
  [libc][math][c23] Add fsub{,l,f128} and remainderf128 C23 math functions (#101576)

Co-authored-by: OverMighty <its.overmighty at gmail.com>



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