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:
b9defc8
)
math/mpx-mul4-arm64-simd.S: Fix case of argument `I' in commentary.
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 26 Jul 2022 10:17:49 +0000
(11:17 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Tue, 26 Jul 2022 10:23:58 +0000
(11:23 +0100)
math/mpx-mul4-arm64-simd.S
patch
|
blob
|
blame
|
history
diff --git
a/math/mpx-mul4-arm64-simd.S
b/math/mpx-mul4-arm64-simd.S
index 0781e64a6b2bf7b987071bc53b657814fe34d34e..60eed20821c4fc467703d263fa18c168f3a79465 100644
(file)
--- a/
math/mpx-mul4-arm64-simd.S
+++ b/
math/mpx-mul4-arm64-simd.S
@@
-186,7
+186,7
@@
.endif
.endm
.endif
.endm
-// `mulI': accumulate the B^I and b B^
i
terms of the polynomial product sum
+// `mulI': accumulate the B^I and b B^
I
terms of the polynomial product sum
// U V + X Y, given that U = u_0 + B u_1 + B^2 u_2 + B^3 u_3 (and similarly
// for x), and V = v'_0 + b v''_0 + B (v'_1 + b v''_1) + B^2 (v'_2 + b v''_2)
// + B^3 (v'_3 + b v''_3) (and similarly for Y). The 64-bit coefficients are
// U V + X Y, given that U = u_0 + B u_1 + B^2 u_2 + B^3 u_3 (and similarly
// for x), and V = v'_0 + b v''_0 + B (v'_1 + b v''_1) + B^2 (v'_2 + b v''_2)
// + B^3 (v'_3 + b v''_3) (and similarly for Y). The 64-bit coefficients are