errata for vpmuludq

(cherry picked from commit fa849e014c)
Signed-off-by: Isis Lovecruft <isis@patternsinthevoid.net>
This commit is contained in:
root 2019-09-02 11:26:11 +08:00 committed by Isis Lovecruft
parent 4269b39f13
commit 3b79d0fbc4
No known key found for this signature in database
GPG key ID: AB41313533E8E812

View file

@ -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