~ | | Changeset 11970:d550f3b851a8 |
| ~ | Changeset 11970:b05562ad3992 |
| |
|
~ | | x86: fix Mul1u instructions |
| ~ | x86: fix Mul1u and Mul1s instructions |
| |
|
~ | | the Mul1uFlags and Mul1u instructions perform the 64b multiplication using
|
~ | | only 64b registers, however the method used causes the high 64b to be corrupted
|
~ | | for certain inputs. here we fix the computation. |
| ~ | the Mul1uFlags, Mul1u, Mul1sFlags, and Mul1s instructions perform
|
| ~ | the 64b multiplication using only 64b registers, however the
|
| ~ | method used causes the high 64b to be corrupted for certain
|
| + | inputs. here we fix the computation. |