[all-commits] [llvm/llvm-project] 0504e9: [libc][math] Implement nan(f|l) functions (#76690)
Nishant Mittal via All-commits
all-commits at lists.llvm.org
Fri Jan 5 05:23:36 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0504e932880e0c4c333baeba9b8d674c5b9ae316
https://github.com/llvm/llvm-project/commit/0504e932880e0c4c333baeba9b8d674c5b9ae316
Author: Nishant Mittal <nishantwrp at google.com>
Date: 2024-01-05 (Fri, 05 Jan 2024)
Changed paths:
M libc/config/darwin/arm/entrypoints.txt
M libc/config/darwin/x86_64/entrypoints.txt
M libc/config/gpu/entrypoints.txt
M libc/config/linux/aarch64/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/spec/stdc.td
M libc/src/__support/str_to_float.h
M libc/src/math/CMakeLists.txt
M libc/src/math/generic/CMakeLists.txt
A libc/src/math/generic/nan.cpp
A libc/src/math/generic/nanf.cpp
A libc/src/math/generic/nanl.cpp
A libc/src/math/nan.h
A libc/src/math/nanf.h
A libc/src/math/nanl.h
M libc/test/src/math/smoke/CMakeLists.txt
A libc/test/src/math/smoke/nan_test.cpp
A libc/test/src/math/smoke/nanf_test.cpp
A libc/test/src/math/smoke/nanl_test.cpp
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
Log Message:
-----------
[libc][math] Implement nan(f|l) functions (#76690)
Specification: https://en.cppreference.com/w/c/numeric/math/nan
More information about the All-commits
mailing list