diff options
| author | lntue <lntue@google.com> | 2025-02-11 17:36:24 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-11 17:36:24 -0500 |
| commit | fd41393e2e6a32a7fcacdd0779f70964689d01ec (patch) | |
| tree | 08070ed3f12836b5a6bbda3a3a619defef78a29e /lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.cpp | |
| parent | c7eb5204a631986f0a8d6c204c5bc5135e3efc1c (diff) | |
| download | llvm-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/PythonReadline.cpp')
0 files changed, 0 insertions, 0 deletions
