summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/scripted_process/TestScriptedProcess.py
diff options
context:
space:
mode:
authorTue Ly <lntue@google.com>2022-01-25 15:11:15 -0500
committerTue Ly <lntue@google.com>2022-01-27 11:54:54 -0500
commit21c4c82c2026bac1f53be54923c0663d41d0a0aa (patch)
tree6557fe1cf862e7061ce3dc13472c25c6379fe49b /lldb/test/API/functionalities/scripted_process/TestScriptedProcess.py
parent8d121f636b74c45366ff89504184cebe49507f4c (diff)
[libc] Refactor sqrt implementations and add tests for generic sqrt implementations.
Refactor sqrt implementations: - Move architecture specific instructions from `src/math/<arch>` to `src/__support/FPUtil/<arch>` folder. - Move generic implementation of `sqrt` to `src/__support/FPUtil/generic` folder and add it as a header library. - Use `src/__support/FPUtil/sqrt.h` for architecture/generic selections. - Add unit tests for generic implementation of `sqrt`. Reviewed By: sivachandra Differential Revision: https://reviews.llvm.org/D118173
Diffstat (limited to 'lldb/test/API/functionalities/scripted_process/TestScriptedProcess.py')
0 files changed, 0 insertions, 0 deletions