On Saturday, 20 September 2014 at 08:46:34 UTC, Ola Fosheim Grostad wrote:
I also think arithmetics on ubytes should be done as ubytes etc to allow SIMD vectorization.

Array operations do use SIMD. The code for this is in druntime.

https://github.com/D-Programming-Language/druntime/blob/master/src/rt/arraybyte.d

Reply via email to