[Patch] Add array support to EndianStream.

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 25 11:07:37 PST 2016


> +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.


Cheers,
Rafael


More information about the llvm-commits mailing list