diff options
author | Tue Ly <lntue@google.com> | 2022-11-22 23:39:17 -0500 |
---|---|---|
committer | Tue Ly <lntue@google.com> | 2022-12-02 17:53:38 -0500 |
commit | b80f535879a371dde7541a72a6392a67b37da420 (patch) | |
tree | 6cd7fdbd849a0a952219423a67f2344b3752674a /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 0c2b7fa8691e9d1f6c7dd656e44321ef8c84ae87 (diff) | |
download | llvm-b80f535879a371dde7541a72a6392a67b37da420.zip llvm-b80f535879a371dde7541a72a6392a67b37da420.tar.gz llvm-b80f535879a371dde7541a72a6392a67b37da420.tar.bz2 |
[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
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions