[Patch] Add array support to EndianStream.

David Blaikie via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 25 11:14:54 PST 2016


On Mon, Jan 25, 2016 at 11:07 AM, Rafael EspĂ­ndola <
rafael.espindola at gmail.com> wrote:

> > +1 at least (I was trying to suggest this in my first email:  "Also,
> would
> > it make sense to implement the array version in terms of the non-array
> > version, rather than doing the byte swapping explicitly here? ")
>
> Sorry I missed it the first time.
>
> > Looking at it further, this should allow the various write
> specializations
> > (for float and double) to work for the array version - a test or two
> could
> > be nice to demonstrate this.
> >
>
>
> r258701.


Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160125/c08d0421/attachment.html>


More information about the llvm-commits mailing list