diff options
Diffstat (limited to 'compiler-rt/lib/builtins/subsf3.c')
-rw-r--r-- | compiler-rt/lib/builtins/subsf3.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler-rt/lib/builtins/subsf3.c b/compiler-rt/lib/builtins/subsf3.c index 760db366ee4..90b0e11f3eb 100644 --- a/compiler-rt/lib/builtins/subsf3.c +++ b/compiler-rt/lib/builtins/subsf3.c @@ -6,7 +6,8 @@ // //===----------------------------------------------------------------------===// // -// This file implements single-precision soft-float subtraction. +// This file implements single-precision soft-float subtraction with the +// IEEE-754 default rounding (to nearest, ties to even). // //===----------------------------------------------------------------------===// |