mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
errata for vpmuludq
(cherry picked from commit fa849e014c)
Signed-off-by: Isis Lovecruft <isis@patternsinthevoid.net>
This commit is contained in:
parent
4269b39f13
commit
3b79d0fbc4
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ representation (which uses radix \\(2^{51}\\)) amounts to regrouping
|
|||
digits.
|
||||
|
||||
The field element representation is oriented around the AVX2
|
||||
`vpmuluqdq` instruction, which multiplies the low 32 bits of each
|
||||
`vpmuludq` instruction, which multiplies the low 32 bits of each
|
||||
64-bit lane of each operand to produce a 64-bit result.
|
||||
|
||||
```text,no_run
|
||||
|
|
|
|||
Loading…
Reference in a new issue