aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h
diff options
context:
space:
mode:
authorTue Ly <lntue@google.com>2022-01-25 11:47:09 -0500
committerTue Ly <lntue@google.com>2022-02-16 09:48:51 -0500
commitf1ec99f973bdff66f81c3e00969d900ef2def081 (patch)
treec92f7a617cd85997004018b62004e43fa273692a /lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h
parent641a141da1f22de319e891bdfd61e614632b39f0 (diff)
downloadllvm-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