[all-commits] [llvm/llvm-project] c98e79: [libc][complex] Implement different flavors of the...
Shourya Goel via All-commits
all-commits at lists.llvm.org
Tue Dec 17 12:35:13 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c98e79d85663d6a5a5fcd6475b662a750fcf4b8e
https://github.com/llvm/llvm-project/commit/c98e79d85663d6a5a5fcd6475b662a750fcf4b8e
Author: Shourya Goel <shouryagoel10000 at gmail.com>
Date: 2024-12-18 (Wed, 18 Dec 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/headers/complex.rst
M libc/hdrgen/yaml/complex.yaml
M libc/src/__support/CMakeLists.txt
M libc/src/__support/complex_type.h
M libc/src/complex/CMakeLists.txt
M libc/src/complex/conjf128.h
M libc/src/complex/conjf16.h
A libc/src/complex/cproj.h
A libc/src/complex/cprojf.h
A libc/src/complex/cprojf128.h
A libc/src/complex/cprojf16.h
A libc/src/complex/cprojl.h
M libc/src/complex/generic/CMakeLists.txt
M libc/src/complex/generic/conj.cpp
M libc/src/complex/generic/conjf.cpp
M libc/src/complex/generic/conjf128.cpp
M libc/src/complex/generic/conjf16.cpp
M libc/src/complex/generic/conjl.cpp
A libc/src/complex/generic/cproj.cpp
A libc/src/complex/generic/cprojf.cpp
A libc/src/complex/generic/cprojf128.cpp
A libc/src/complex/generic/cprojf16.cpp
A libc/src/complex/generic/cprojl.cpp
M libc/test/src/complex/CMakeLists.txt
A libc/test/src/complex/CprojTest.h
A libc/test/src/complex/cproj_test.cpp
A libc/test/src/complex/cprojf128_test.cpp
A libc/test/src/complex/cprojf16_test.cpp
A libc/test/src/complex/cprojf_test.cpp
A libc/test/src/complex/cprojl_test.cpp
Log Message:
-----------
[libc][complex] Implement different flavors of the `cproj` function (#119722)
Refer section 7.3.9.5 of ISO/IEC 9899:2023
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