diff options
author | Yi Kong <yikong@google.com> | 2019-03-27 04:18:37 +0000 |
---|---|---|
committer | Yi Kong <yikong@google.com> | 2019-03-27 04:18:37 +0000 |
commit | e204d244badb2e9765a1020f41c773f63da208f4 (patch) | |
tree | 3111534fc574456223b949340ec1bd053cdbbb07 /compiler-rt/lib/builtins/adddf3.c | |
parent | 5321dcd608a1d9b1b172b33838f1cfd29e0fed10 (diff) | |
download | bcm5719-llvm-e204d244badb2e9765a1020f41c773f63da208f4.tar.gz bcm5719-llvm-e204d244badb2e9765a1020f41c773f63da208f4.zip |
Revert "[builtins] Rounding mode support for addxf3/subxf3"
This reverts commit 2cabea054e40ae2837da959d0ca89ae25cf1b1f1.
Test failure on buildbots.
llvm-svn: 357048
Diffstat (limited to 'compiler-rt/lib/builtins/adddf3.c')
-rw-r--r-- | compiler-rt/lib/builtins/adddf3.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler-rt/lib/builtins/adddf3.c b/compiler-rt/lib/builtins/adddf3.c index d5c5e980b6d..73ad6150096 100644 --- a/compiler-rt/lib/builtins/adddf3.c +++ b/compiler-rt/lib/builtins/adddf3.c @@ -6,7 +6,8 @@ // //===----------------------------------------------------------------------===// // -// This file implements double-precision soft-float addition. +// This file implements double-precision soft-float addition with the IEEE-754 +// default rounding (to nearest, ties to even). // //===----------------------------------------------------------------------===// |