History log of /llvm-project/libcxx/src/support/win32/compiler_rt_shims.cpp (Results 1 – 1 of 1)
Revision Date Author Comments
# 5aacf93a 05-Jul-2024 Nikolas Klauser <nikolasklauser@berlin.de>

[libc++] Use _Complex for multiplication and division of complex floating point types (#83575)

This significantly simplifies the implementation and improves the
codegen. The only downside is that th

[libc++] Use _Complex for multiplication and division of complex floating point types (#83575)

This significantly simplifies the implementation and improves the
codegen. The only downside is that the accuracy can be marginally worse,
but that is up to the compiler to decide with this change, which means
it can be controlled by compiler flags.

Differential Revision: https://reviews.llvm.org/D155312

show more ...