[PATCH] Add {read,write}{16,32,64}{le,be} functions

Rui Ueyama ruiu at google.com
Mon Mar 9 00:19:54 PDT 2015


If you have any question or need a review for that, feel free to submit to
me or to the mailing list. :)

On Mon, Mar 9, 2015 at 12:09 AM, Davide Italiano <davide at freebsd.org> wrote:

> On Sun, Mar 8, 2015 at 11:47 PM, Rui Ueyama <ruiu at google.com> wrote:
> > I deliberately excluded write8/read8 because single byte read has no
> > endianness issue. I understand that that feels good for completeness, but
> > they are for nonexistent issues. We could just cast to uint8_t and do the
> > stuff.
> >
>
> Yeah, seems reasonable. I convinced myself about the lack of utility
> of those two functions.
> I was waiting for a decision to submit a patch for R_X86_64_8, which
> I'll submit later on this week.
>
> --
> Davide
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150309/20b21916/attachment.html>


More information about the llvm-commits mailing list