Fields
| hardware | None |
| os | None |
Parameters
Fields
| Name | Value |
|---|
Parameters
| Name | Value |
|---|---|
| git_commit |
commit 5aacf93a8968b1ae83382ed0ce6de8279b0cd753 Author: Nikolas Klauser <nikolasklauser@berlin.de> Date: Fri Jul 5 11:25:59 2024 +0200 [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 |