Any usable SIMD implementation?

Marco Leise via Digitalmars-d digitalmars-d at puremagic.com
Mon Apr 4 05:50:43 PDT 2016


Am Sun, 03 Apr 2016 06:14:23 +0000
schrieb 9il <ilyayaroshenko at gmail.com>:

> Hello Martin,
> 
> Is it possible to introduce compile time information about target 
> platform? I am working on BLAS from scratch implementation. And 
> it is no hope to create something useable without CT information 
> about target.
> 
> Best regards,
> Ilya

+1000!

I've hardcoded SSE4 in fast.json, but would much prefer to
type version(sse4) and have it compile on older CPUs as well.

-- 
Marco



More information about the Digitalmars-d mailing list