summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Platform/Android/PlatformAndroid.cpp
diff options
context:
space:
mode:
authorDerek Schuff <dschuff@google.com>2015-05-01 16:02:16 +0000
committerDerek Schuff <dschuff@google.com>2015-05-01 16:02:16 +0000
commitde036eb170cc12e5cb91ab219ae623c0c9f710ef (patch)
treec4741a2f62d8ffdc6d0bb8c3428c079f1c475630 /lldb/source/Plugins/Platform/Android/PlatformAndroid.cpp
parent5de990ebca0dbf037766994ce421f56ecf8b343b (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud