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

Job Henandez Lara via All-commits all-commits at lists.llvm.org
Tue Jul 30 09:59:07 PDT 2024


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

  Changed paths:
    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/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/totalorder.cpp
    A libc/src/math/generic/totalorderf.cpp
    A libc/src/math/generic/totalorderf128.cpp
    A libc/src/math/totalorder.h
    A libc/src/math/totalorderf.h
    A libc/src/math/totalorderf128.h
    M libc/test/src/math/smoke/CMakeLists.txt
    A libc/test/src/math/smoke/totalorder_test.cpp
    A libc/test/src/math/smoke/totalorderf128_test.cpp
    A libc/test/src/math/smoke/totalorderf_test.cpp

  Log Message:
  -----------
  [libc][math][c23] Add entrypoints and tests for totalorder{,f,f128} (#100593)



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