Paolo Bonzini
6046c62086
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 <pbonzini@redhat.com>
2013-07-02 08:17:01 +02:00
..
2012-12-19 08:32:39 +01:00
2013-04-13 13:51:57 +02:00
2013-03-11 13:32:01 +01:00
2012-12-19 08:32:39 +01:00
2013-02-16 11:12:52 +00:00
2013-04-19 11:28:22 +02:00
2012-12-19 08:32:39 +01:00
2012-12-19 08:32:39 +01:00
2013-06-21 22:52:50 +04:00
2013-05-18 16:35:12 +04:00
2013-05-03 10:31:58 +02:00
2012-12-19 08:32:39 +01:00
2013-06-14 08:58:56 -05:00
2012-12-19 08:32:39 +01:00
2013-03-01 13:53:10 +01:00
2013-02-16 11:11:34 +00:00
2013-02-17 14:28:57 +00:00
2013-07-02 08:17:01 +02:00
2013-01-02 15:58:05 +01:00
2013-06-28 13:25:12 +02:00
2013-03-15 16:07:50 +01:00
2012-12-19 08:32:39 +01:00
2013-06-28 09:20:26 +02:00
2012-12-19 08:32:39 +01:00
2013-06-19 14:10:42 -05:00
2013-05-30 11:37:37 -05:00
2012-12-19 08:32:39 +01:00
2012-12-19 08:32:39 +01:00
2012-11-30 11:33:24 +01:00
2013-04-02 11:47:37 -04:00
2012-12-28 16:11:52 +00:00
2012-12-19 08:32:39 +01:00
2012-12-19 08:32:39 +01:00
2013-04-25 14:45:46 -05:00
2012-12-19 08:32:39 +01:00
2013-06-11 17:58:03 +02:00
2012-12-19 08:32:39 +01:00
2012-12-19 08:32:39 +01:00