[all-commits] [llvm/llvm-project] 87db0c: [libc] Add bigint casting between word types (#111...
Michael Jones via All-commits
all-commits at lists.llvm.org
Tue Oct 15 11:19:01 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 87db0c06013412dd34953b0aaa3c3c02e45bd571
https://github.com/llvm/llvm-project/commit/87db0c06013412dd34953b0aaa3c3c02e45bd571
Author: Michael Jones <michaelrj at google.com>
Date: 2024-10-15 (Tue, 15 Oct 2024)
Changed paths:
M libc/src/__support/big_int.h
M libc/test/src/__support/big_int_test.cpp
Log Message:
-----------
[libc] Add bigint casting between word types (#111914)
Previously you could cast between bigints with different numbers of
bits, but only if they had the same underlying type. This patch adds the
ability to cast between bigints with different underlying types, which
is needed for #110894
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list