Adapting Tree Structures for Processing with SIMD,Instructions

David Nadlinger via Digitalmars-d digitalmars-d at puremagic.com
Tue Sep 22 13:10:34 PDT 2015


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


More information about the Digitalmars-d mailing list