data61 / cuda-fixnum

Extended-precision modular arithmetic library that targets CUDA.
Other
41 stars 28 forks source link

Faster mul_wide implementation #52

Closed unzvfu closed 6 years ago

unzvfu commented 6 years ago

Previous implementation was a mess and way slower than it should have been.

unzvfu commented 6 years ago

Resolved by #54.