[Semi OT] Language for Game Development talk
bearophile via Digitalmars-d
digitalmars-d at puremagic.com
Sat Sep 20 02:09:55 PDT 2014
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
More information about the Digitalmars-d
mailing list