altos: Make 64x16 mul a bit faster
authorKeith Packard <keithp@keithp.com>
Wed, 22 May 2013 21:38:19 +0000 (14:38 -0700)
committerKeith Packard <keithp@keithp.com>
Mon, 26 Aug 2013 05:24:01 +0000 (22:24 -0700)
commitf7602ae566a5cbf2d2cbb1d68bad7e2d1177a33a
tree380bb509a93af2428d524d4c86fc1c88bef07ee9
parent3114baef45803250a2e5cdd2ee4a9171f2045b0c
altos: Make 64x16 mul a bit faster

the unsigned 32x32 multiply really does work, just use it

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