RE: [RFC v3] non-temporal memcpy

2022-09-07 Thread Morten Brørup
> From: Morten Brørup > Sent: Friday, 19 August 2022 15.58 > > This RFC proposes a set of functions optimized for non-temporal memory > copy. > > At this stage, I am asking for acceptance of the concept and API. > Feedback on the x86 implementation is also welcome. Potential reviewers: An update

[RFC v3] non-temporal memcpy

2022-08-19 Thread Morten Brørup
This RFC proposes a set of functions optimized for non-temporal memory copy. At this stage, I am asking for acceptance of the concept and API. Feedback on the x86 implementation is also welcome. Applications sometimes copy data to another memory location, which is only used much later. In this ca