SIMD implementation of dot-product. Benchmarks

Iain Buclaw ibuclaw at ubuntu.com
Sun Aug 18 10:40:04 PDT 2013


On 17 August 2013 19:50, Ilya Yaroshenko <ilyayaroshenko at gmail.com> wrote:
> http://spiceandmath.blogspot.ru/2013/08/simd-implementation-of-dot-product_17.html
>
> Ilya
>
>

Having a quick flick through the simd.d source, I see LDC's and GDC's
implementation couldn't be any more wildly different... (LDC's doesn't
even look like D code thanks to pragma LDC_inline_ir :)


Thumbs up on marking functions as pure - I should really document
somewhere how gcc builtins are fleshed out to the gcc.builtins module
sometime...


-- 
Iain Buclaw

*(p < e ? p++ : p) = (c & 0x0f) + '0';


More information about the Digitalmars-d-announce mailing list