[PATCH] D54966: Implement P1007R3 `std::assume_aligned`

Eric Fiselier via Phabricator reviews at reviews.llvm.org
Thu Nov 29 22:06:53 PST 2018


EricWF requested changes to this revision.
EricWF added a comment.
This revision now requires changes to proceed.

We don't need to use `__builtin_assume_aligned` to implement this.  We can use `__attribute__((assume_aligned(N)))` instead. That solves our constexpr problem.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D54966/new/

https://reviews.llvm.org/D54966





More information about the libcxx-commits mailing list