Adapting Tree Structures for Processing with SIMD,Instructions

Iakh via Digitalmars-d digitalmars-d at puremagic.com
Wed Sep 23 05:11:31 PDT 2015


On Tuesday, 22 September 2015 at 20:10:36 UTC, David Nadlinger 
wrote:
> On Tuesday, 22 September 2015 at 19:45:33 UTC, Iakh wrote:
>> Your solution is platform dependent, isn't it?
>
> Platform-dependent in what way? Yes, the intrinsic for PMOVMSKB 
> is obviously x86-only.
>
>> core.simd XMM enum has commented this opcode
>> //PMOVMSKB = 0x660FD7
>
> __simd is similarly DMD-only.
>
>  – David

Yes, I meant compiler dependent.

> __simd is similarly DMD-only.
>
>  – David

Sad, didn't know it :( Thought core.simd is builtin-language 
feature as it described at http://dlang.org/simd.html

  - Iakh


More information about the Digitalmars-d mailing list