Brian Schott:

Array operations do use SIMD.

Array ops aren't used often in most normal D code. Most usages of SIMD should come from auto-vectorization and core.simd (but perhaps core.simd design was not discussed and improved enough, and the implicit upcasting semantics of C could hurt auto-vectorization).

Bye,
bearophile

Reply via email to