[PATCH] D12221: [RFC] Introduce `__attribute__((nontemporal))`.
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 21 09:26:12 PDT 2015
aaron.ballman added a subscriber: aaron.ballman.
aaron.ballman added a reviewer: aaron.ballman.
aaron.ballman added a comment.
This doesn't seem like a fundamental property of a type, to me. If I understand properly, this has more to do with specific instances of memory access. By making it part of the type, you run into sticky situations that become hard to resolve, such as with templates in C++.
~Aaron
http://reviews.llvm.org/D12221
More information about the cfe-commits
mailing list