Hi Sebastian,

On Wed, Apr 12, 2023 at 2:11 PM Sebastian Wittmeier via Std-Proposals <std-proposals@lists.isocpp.org> wrote:

Hi Samuel,

 

what is it exactly you are mainly after?

a) To express vector operations with implicit fallback to a loop

b) To have a nice way to express SIMD code with simple mathematical operations

c) To create better interoperation between C-style arrays and SIMD code?

Or strictly a combination of those?

This way arrays can be operated on without breaking compatibility. Does this sound like a better idea?