[all-commits] [llvm/llvm-project] a2f61b: [libc][math]fadd implementation (#99694)
aaryanshukla via All-commits
all-commits at lists.llvm.org
Fri Jul 19 14:40:55 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a2f61ba08bebe0be50d3622f2535bc3a1d7e414f
https://github.com/llvm/llvm-project/commit/a2f61ba08bebe0be50d3622f2535bc3a1d7e414f
Author: aaryanshukla <53713108+aaryanshukla at users.noreply.github.com>
Date: 2024-07-19 (Fri, 19 Jul 2024)
Changed paths:
M libc/config/gpu/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/spec/stdc.td
M libc/src/math/CMakeLists.txt
A libc/src/math/fadd.h
M libc/src/math/generic/CMakeLists.txt
A libc/src/math/generic/fadd.cpp
M libc/test/src/math/CMakeLists.txt
A libc/test/src/math/fadd_test.cpp
M libc/test/src/math/smoke/CMakeLists.txt
A libc/test/src/math/smoke/fadd_test.cpp
Log Message:
-----------
[libc][math]fadd implementation (#99694)
- **[libc] math fadd**
- **[libc][math] implemented fadd**
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