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

Davide Italiano davide at freebsd.org
Mon Mar 9 00:09:40 PDT 2015


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



More information about the llvm-commits mailing list