diff options
Diffstat (limited to 'sysdeps/alpha/remqu.S')
-rw-r--r-- | sysdeps/alpha/remqu.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/alpha/remqu.S b/sysdeps/alpha/remqu.S index a5cd1d1..4df9256 100644 --- a/sysdeps/alpha/remqu.S +++ b/sysdeps/alpha/remqu.S @@ -30,7 +30,7 @@ convert back to integer. When the dividend is outside the range for which we can compute exact - results, we use the fp quotent as an estimate from which we begin refining + results, we use the fp quotient as an estimate from which we begin refining an exact integral value. This reduces the number of iterations in the shift-and-subtract loop significantly. |