Skip to content

Commit

Permalink
doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Dibyendu Majumdar committed Jul 7, 2015
1 parent e71cc3c commit 50fa721
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readthedocs/ravi-jit-status.rst
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,9 @@ Note that if a Lua functions contains a bytecode that cannot be be JITed then th
+-------------------------+----------+--------------------------------------------------+
| OP_RAVI_LOADFZ | YES | R(A) := tonumber(0) |
+-------------------------+----------+--------------------------------------------------+
| OP_RAVI_UNMF | YES | R(A) := -R(B) floating point |
| OP_RAVI_UNMF | NO | R(A) := -R(B) floating point |
+-------------------------+----------+--------------------------------------------------+
| OP_RAVI_UNMI | YES | R(A) := -R(B) integer |
| OP_RAVI_UNMI | NO | R(A) := -R(B) integer |
+-------------------------+----------+--------------------------------------------------+
| OP_RAVI_ADDFF | YES | R(A) := RK(B) + RK(C) |
+-------------------------+----------+--------------------------------------------------+
Expand Down

0 comments on commit 50fa721

Please sign in to comment.