On Thu, Aug 07, 2025 at 03:44:57PM +0300, Manos Pitsidianakis wrote: > Date: Thu, 7 Aug 2025 15:44:57 +0300 > From: Manos Pitsidianakis <manos.pitsidiana...@linaro.org> > Subject: Re: [RFC 25/26] rust/memory: Add binding to check target endian > > On Thu, Aug 7, 2025 at 3:10 PM Zhao Liu <zhao1....@intel.com> wrote: > > > > Add a binding (target_is_big_endian()) to check whether target is big > > endian or not. This could help user to adjust endian before calling > > s/adjust endian/adjust endianness/ > > > AddresssSpace::store() or after calling AddressSpace::load(). > > No strong preference, but maybe we can keep the same name as C, > target_big_endian()? Just for consistency. > > Either way: > > Reviewed-by: Manos Pitsidianakis <manos.pitsidiana...@linaro.org>
Thanks! If the next version still supports target-endian, I'll keep the same name. Regards, Zhao