« Previous | Next » 

Revision 6046c620

ID6046c620866f6f5c53eaece9f4ad8d44a12e1185

Added by Paolo Bonzini over 10 years ago

int128: optimize and add test cases

For add, the carry only requires checking one of the arguments.
For sub and neg, we can similarly optimize computation of the
carry.

For ge, we can just do lexicographic order.

Signed-off-by: Paolo Bonzini <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences