Re: [Qemu-devel] [PATCH v2 0/3] Improve 64-bit widening multiply

2013-02-17 Thread Blue Swirl
Thanks, applied. On Sat, Feb 16, 2013 at 8:46 PM, Richard Henderson wrote: > Version 2 is a simple rebase and conflict fix in the tests/Makefile. > > > r~ > > > Richard Henderson (3): > host-utils: Use __int128_t for mul[us]64 > host-utils: Improve mulu64 and muls64 > tests: Add unit tests

[Qemu-devel] [PATCH v2 0/3] Improve 64-bit widening multiply

2013-02-16 Thread Richard Henderson
Version 2 is a simple rebase and conflict fix in the tests/Makefile. r~ Richard Henderson (3): host-utils: Use __int128_t for mul[us]64 host-utils: Improve mulu64 and muls64 tests: Add unit tests for mulu64 and muls64 configure | 20 ++ include/qemu/host-utils.h