aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python
diff options
context:
space:
mode:
authorlntue <lntue@google.com>2025-02-11 17:36:24 -0500
committerGitHub <noreply@github.com>2025-02-11 17:36:24 -0500
commitfd41393e2e6a32a7fcacdd0779f70964689d01ec (patch)
tree08070ed3f12836b5a6bbda3a3a619defef78a29e /lldb/source/Plugins/ScriptInterpreter/Python
parentc7eb5204a631986f0a8d6c204c5bc5135e3efc1c (diff)
downloadllvm-fd41393e2e6a32a7fcacdd0779f70964689d01ec.zip
llvm-fd41393e2e6a32a7fcacdd0779f70964689d01ec.tar.gz
llvm-fd41393e2e6a32a7fcacdd0779f70964689d01ec.tar.bz2
[libc][math] Add float-only option for atan2f. (#122979)
For targets that have single precision FPU but not double precision FPU such as Cortex M4, only using float-float in the intermediate computations might reduce the code size compared to using double. In this case, when the exact pass is skipped, the float-only option for atan2f implemented in this PR reduces the code size of this function by ~1 KB compared to the double precision version.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions