2016Q1: std.blas

Basile B. via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Sat Dec 26 21:23:27 PST 2015


On Saturday, 26 December 2015 at 19:57:19 UTC, Ilya Yaroshenko 
wrote:
>  - allocators support. GEMM requires small internal allocations.
>  - @nogc nothrow pure template functions (depends on allocator)

Do you mean using std.experimental.allocators and something like 
(IAllocator alloc) as template parameter ?

If so this will mostly not work. Only Mallocator is really @nogc 
(on phobos master), and maybe only from the next DMD release 
point, so GDC and LDC not before monthes.


More information about the Digitalmars-d-announce mailing list