How do I write __simd(void16*, void16) ?
    Trass3r via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Thu Oct  9 14:48:06 PDT 2014
    
    
  
On Wednesday, 8 October 2014 at 18:56:31 UTC, Etienne wrote:
> I can't seem to find this function anywhere: __simd(void16*, 
> void16)
> MOVDQU => void _mm_storeu_si128 ( __m128i *p, __m128i a)
> MOVDQU => __m128i _mm_loadu_si128 ( __m128i *p)
Is there a module by now that allows to directly write Intel 
intrinsics?
    
    
More information about the Digitalmars-d-learn
mailing list