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

