summaryrefslogtreecommitdiff
path: root/src/sub1sp.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-09-10 08:51:43 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-09-10 08:51:43 +0000
commitde58aaa868cf79c2a7483e706b430856948422bf (patch)
tree8de3117503e1796bebecd1f45099f11ed1045bcb /src/sub1sp.c
parented00c3d699d90ddb3c5ca28633b1dd060ebd2b4d (diff)
downloadmpfr-de58aaa868cf79c2a7483e706b430856948422bf.tar.gz
[src/sub1sp.c] Updated a URL (http → https).
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@14109 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'src/sub1sp.c')
-rw-r--r--src/sub1sp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sub1sp.c b/src/sub1sp.c
index 3b71e33a6..1ef8b7b23 100644
--- a/src/sub1sp.c
+++ b/src/sub1sp.c
@@ -589,7 +589,7 @@ mpfr_sub1sp2 (mpfr_ptr a, mpfr_srcptr b, mpfr_srcptr c, mpfr_rnd_t rnd_mode,
/* TODO: Change the code to generate a full subtraction with borrow,
avoiding the test on sb and the corresponding correction. Note
that Clang has builtins:
- http://clang.llvm.org/docs/LanguageExtensions.html#multiprecision-arithmetic-builtins
+ https://clang.llvm.org/docs/LanguageExtensions.html#multiprecision-arithmetic-builtins
but the generated code may not be good:
https://llvm.org/bugs/show_bug.cgi?id=20748
With the current source code, Clang generates on x86_64: