[all-commits] [llvm/llvm-project] 78c2b6: [libc][complex] Implement different flavors of the...
Shourya Goel via All-commits
all-commits at lists.llvm.org
Mon Dec 9 20:35:32 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 78c2b6d483f945cc2ccc7b300b920bf0eb871505
https://github.com/llvm/llvm-project/commit/78c2b6d483f945cc2ccc7b300b920bf0eb871505
Author: Shourya Goel <shouryagoel10000 at gmail.com>
Date: 2024-12-10 (Tue, 10 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/src/__support/complex_type.h
M libc/src/complex/CMakeLists.txt
A libc/src/complex/conj.h
A libc/src/complex/conjf.h
A libc/src/complex/conjf128.h
A libc/src/complex/conjf16.h
A libc/src/complex/conjl.h
M libc/src/complex/generic/CMakeLists.txt
A libc/src/complex/generic/conj.cpp
A libc/src/complex/generic/conjf.cpp
A libc/src/complex/generic/conjf128.cpp
A libc/src/complex/generic/conjf16.cpp
A libc/src/complex/generic/conjl.cpp
M libc/test/src/complex/CImagTest.h
M libc/test/src/complex/CMakeLists.txt
M libc/test/src/complex/CRealTest.h
A libc/test/src/complex/ConjTest.h
A libc/test/src/complex/conj_test.cpp
A libc/test/src/complex/conjf128_test.cpp
A libc/test/src/complex/conjf16_test.cpp
A libc/test/src/complex/conjf_test.cpp
A libc/test/src/complex/conjl_test.cpp
Log Message:
-----------
[libc][complex] Implement different flavors of the `conj` function (#118671)
Refer section 7.3.9.4 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