diff options
author | Derek Schuff <dschuff@google.com> | 2015-05-01 16:02:16 +0000 |
---|---|---|
committer | Derek Schuff <dschuff@google.com> | 2015-05-01 16:02:16 +0000 |
commit | de036eb170cc12e5cb91ab219ae623c0c9f710ef (patch) | |
tree | c4741a2f62d8ffdc6d0bb8c3428c079f1c475630 /lldb/source/Plugins/Platform/Android/PlatformAndroid.cpp | |
parent | 5de990ebca0dbf037766994ce421f56ecf8b343b (diff) | |
download | bcm5719-llvm-de036eb170cc12e5cb91ab219ae623c0c9f710ef.tar.gz bcm5719-llvm-de036eb170cc12e5cb91ab219ae623c0c9f710ef.zip |
Fix float->uint conversion for inputs less than 0
Summary:
The spec for these functions says that they should return 0 in this case but
this regressed in r234148. That revision essentially delegates the conversion
to the hardware, but that has different behavior on different platforms (e.g.
it is wrong on x86).
Also fix a typo in the name of __fixunsdfti
Test Plan: The existing unit tests now pass
Reviewers: joerg, howard.hinnant
Subscribers: llvm-commits
Differential Revision: http://reviews.llvm.org/D9305
llvm-svn: 236319
Diffstat (limited to 'lldb/source/Plugins/Platform/Android/PlatformAndroid.cpp')
0 files changed, 0 insertions, 0 deletions