diff options
author | Aaron Watry <awatry@gmail.com> | 2016-02-08 17:07:21 +0000 |
---|---|---|
committer | Aaron Watry <awatry@gmail.com> | 2016-02-08 17:07:21 +0000 |
commit | 8872800effb4d38cc6b1c7802edafc2bd80e101c (patch) | |
tree | 7b648f98f5c7b10ec16b7ac35ea01cd893198f06 /lldb/packages/Python/lldbsuite/test/source-manager/TestSourceManager.py | |
parent | ff9d83ceb383ca782bad26857123d37dc947d363 (diff) | |
download | bcm5719-llvm-8872800effb4d38cc6b1c7802edafc2bd80e101c.tar.gz bcm5719-llvm-8872800effb4d38cc6b1c7802edafc2bd80e101c.zip |
math: Add frexp ported from amd-builtins
The float implementation is almost a direct port from the amd-builtins,
but instead of just having a scalar and float4 implementation, it has
a scalar and arbitrary width vector implementation.
The double scalar is also a direct port from AMD's builtin release.
The double vector implementation copies the logic in the float vector
implementation using the values from the double scalar version.
Both have been tested in piglit using tests sent to that project's
mailing list.
Signed-off-by: Aaron Watry <awatry@gmail.com>
Reviewed-by: Jan Vesely <jan.vesely@rutgers.edu>
llvm-svn: 260114
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/source-manager/TestSourceManager.py')
0 files changed, 0 insertions, 0 deletions