chiark
/
gitweb
/
~mdw
/
catacomb
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
863b38d
)
math/mpx.c: Fix function name in header comment.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 28 Sep 2019 01:05:27 +0000
(
02:05
+0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 29 Sep 2019 17:44:04 +0000
(18:44 +0100)
math/mpx.c
patch
|
blob
|
blame
|
history
diff --git
a/math/mpx.c
b/math/mpx.c
index 429484575c8065eb76411e7bb8cec591673e6508..741cd9dc47cc8ed3e7103d2273364f27d26c7e8b 100644
(file)
--- a/
math/mpx.c
+++ b/
math/mpx.c
@@
-818,7
+818,7
@@
void mpx_usub(mpw *dv, mpw *dvl, const mpw *av, const mpw *avl,
void mpx_usubn(mpw *dv, mpw *dvl, mpw n) { MPX_USUBN(dv, dvl, n); }
-/* --- @mpx_u
add
nlsl@ --- *
+/* --- @mpx_u
sub
nlsl@ --- *
*
* Arguments: @mpw *dv, *dvl@ = destination and first argument vector
* @mpw a@ = second argument