[PATCH] D111078: [AIX] Enable int128 in 64 bit mode
Hubert Tong via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 5 08:00:41 PDT 2021
hubert.reinterpretcast added a comment.
In D111078#3042913 <https://reviews.llvm.org/D111078#3042913>, @daltenty wrote:
> Good point, but the std::chrono::file_clock interface hasn't shipped yet on the platform libc++, since it's currently still at a bit of a backlevel, so I don't think that should be blocking to enabling the type.
I am concerned that `__int128` is an over-aligned type on AIX. The required alignment of the type is greater than the greatest fundamental alignment supported by default on the platform.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111078/new/
https://reviews.llvm.org/D111078
More information about the llvm-commits
mailing list