[PATCH] Add implementations of __readfs{byte, word, dword, qword} to Intrin.h
Chandler Carruth
chandlerc at google.com
Thu Jan 23 14:03:28 PST 2014
On Thu, Jan 23, 2014 at 2:01 PM, Hans Wennborg <hans at chromium.org> wrote:
> - casting __offset to size_t to make sure it's pointer-sized
size_t isn't necessarily pointer-sized? I think you want 'uintptr_t'.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140123/6392dd67/attachment.html>
More information about the cfe-commits
mailing list