[all-commits] [llvm/llvm-project] 44aecc: [libc][math][C23] Implemented remquof128 function ...

Hendrik Hübner via All-commits all-commits at lists.llvm.org
Sat Jun 8 12:09:06 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 44aecca020317fc163fc6f253b03d07828f1d231
      https://github.com/llvm/llvm-project/commit/44aecca020317fc163fc6f253b03d07828f1d231
  Author: Hendrik Hübner <117831077+HendrikHuebner at users.noreply.github.com>
  Date:   2024-06-08 (Sat, 08 Jun 2024)

  Changed paths:
    M libc/config/linux/aarch64/entrypoints.txt
    M libc/config/linux/x86_64/entrypoints.txt
    M libc/docs/math/index.rst
    M libc/spec/stdc.td
    M libc/src/math/CMakeLists.txt
    M libc/src/math/generic/CMakeLists.txt
    A libc/src/math/generic/remquof128.cpp
    A libc/src/math/remquof128.h
    M libc/test/src/math/smoke/CMakeLists.txt
    A libc/test/src/math/smoke/remquof128_test.cpp

  Log Message:
  -----------
  [libc][math][C23] Implemented remquof128 function (#94809)

Added remquof128 function. Closes #94312



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