diff options
| author | Tue Ly <lntue@google.com> | 2022-01-25 11:47:09 -0500 |
|---|---|---|
| committer | Tue Ly <lntue@google.com> | 2022-02-16 09:48:51 -0500 |
| commit | f1ec99f973bdff66f81c3e00969d900ef2def081 (patch) | |
| tree | c92f7a617cd85997004018b62004e43fa273692a /lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h | |
| parent | 641a141da1f22de319e891bdfd61e614632b39f0 (diff) | |
| download | llvm-f1ec99f973bdff66f81c3e00969d900ef2def081.zip llvm-f1ec99f973bdff66f81c3e00969d900ef2def081.tar.gz llvm-f1ec99f973bdff66f81c3e00969d900ef2def081.tar.bz2 | |
[libc] Improve hypotf performance with different algorithm correctly rounded to all rounding modes.
Algorithm for hypotf: compute (a*a + b*b) in double precision, then use Dekker's algorithm to find the rounding error, and then correcting it after taking its square-root.
Reviewed By: sivachandra
Differential Revision: https://reviews.llvm.org/D118157
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h')
0 files changed, 0 insertions, 0 deletions
