Any usable SIMD implementation?

Johan Engelen via Digitalmars-d digitalmars-d at puremagic.com
Fri Apr 15 11:06:49 PDT 2016


On Sunday, 3 April 2016 at 07:39:00 UTC, Manu wrote:
> On 3 April 2016 at 16:14, 9il via Digitalmars-d 
> <digitalmars-d at puremagic.com> wrote:
>>
>> 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
>
> My SIMD implementation has been blocked on that for years too.
> I need to know the SIMD level flags passed to the compiler at 
> least, and DMD needs to introduce the concept.

https://github.com/ldc-developers/ldc/pull/1434


More information about the Digitalmars-d mailing list