[all-commits] [llvm/llvm-project] 15a554: [libc][math] Adds entrypoint and test for `nextaft...
Michael Flanders via All-commits
all-commits at lists.llvm.org
Tue Mar 12 20:25:27 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 15a55486a54183d4fc597ed86c0d49fe9482f2bd
https://github.com/llvm/llvm-project/commit/15a55486a54183d4fc597ed86c0d49fe9482f2bd
Author: Michael Flanders <mkf727 at cs.washington.edu>
Date: 2024-03-12 (Tue, 12 Mar 2024)
Changed paths:
M libc/config/linux/aarch64/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/nextafterf128.cpp
A libc/src/math/nextafterf128.h
M libc/test/src/math/CMakeLists.txt
A libc/test/src/math/nextafterf128_test.cpp
M libc/test/src/math/smoke/CMakeLists.txt
A libc/test/src/math/smoke/nextafterf128_test.cpp
Log Message:
-----------
[libc][math] Adds entrypoint and test for `nextafterf128` (#84882)
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