altos: Add 64x64 multiply. Test 64 ops for dest same as either source
authorKeith Packard <keithp@keithp.com>
Thu, 23 May 2013 00:08:55 +0000 (17:08 -0700)
committerKeith Packard <keithp@keithp.com>
Mon, 26 Aug 2013 05:24:01 +0000 (22:24 -0700)
commit5ccd902d0fd2adc40c72982babb60fac4da6a087
tree1316443d33623b6cf7c82c3688bd3cfcdb0412c8
parentf7602ae566a5cbf2d2cbb1d68bad7e2d1177a33a
altos: Add 64x64 multiply. Test 64 ops for dest same as either source

The test change is to ensure that the destination may be one of the 64
bit sources.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/core/ao_int64.c
src/core/ao_int64.h
src/test/ao_int64_test.c