mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Fixed an old comment
This commit is contained in:
parent
1b5cefac03
commit
2842f81b80
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ enum V4_Settings
|
||||||
enum V4_InstructionList
|
enum V4_InstructionList
|
||||||
{
|
{
|
||||||
MUL, // a*b
|
MUL, // a*b
|
||||||
ADD, // a+b + C, -128 <= C <= 127
|
ADD, // a+b + C, C is an unsigned 32-bit constant
|
||||||
SUB, // a-b
|
SUB, // a-b
|
||||||
ROR, // rotate right "a" by "b & 31" bits
|
ROR, // rotate right "a" by "b & 31" bits
|
||||||
ROL, // rotate left "a" by "b & 31" bits
|
ROL, // rotate left "a" by "b & 31" bits
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue