Files
clang-p2996/libc/src
Tue Ly b80f535879 [libc][math] Implement full multiplication and quick_mul_hi for UInt class.
Implement full multiplication `UInt<A> * UInt<B> -> UInt<A + B>` and
`quick_mul_hi` that returns the higher half of the product `UInt<A> * UInt<A>`.
These 2 functions will be used for dyadic floating point class.

Reviewed By: sivachandra

Differential Revision: https://reviews.llvm.org/D138541
2022-12-02 17:53:38 -05:00
..
2022-09-30 15:46:28 -07:00
2022-07-11 21:28:21 +00:00
2022-11-17 15:37:52 -08:00
2022-12-01 10:07:04 +00:00
2022-09-30 15:46:28 -07:00
2022-11-15 15:30:15 -08:00
2022-11-15 13:39:34 -08:00