Adapting Tree Structures for Processing with SIMD,Instructions

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


On Tuesday, 22 September 2015 at 16:36:42 UTC, Iakh wrote:
> __mm_movemask_epi a cornerstone of the topic currently not 
> implemented/not supported in D :(
> AFAIK it has irregular result format

 From ldc.gccbuiltins_x86:

int __builtin_ia32_pmovmskb128(byte16);
int __builtin_ia32_pmovmskb256(byte32);

What am I missing?

  — David


More information about the Digitalmars-d mailing list