Question on SSE intrinsics
Eugene Wissner via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Sat Jul 29 09:04:54 PDT 2017
On Saturday, 29 July 2017 at 16:01:07 UTC, piotrekg2 wrote:
> Hi,
> I'm trying to port some of my c++ code which uses sse2
> instructions into D. The code calls the following intrinsics:
>
> - _mm256_loadu_si256
> - _mm256_movemask_epi8
>
> Do they have any equivalent intrinsics in D?
>
> I'm compiling my c++ code using gcc.
>
> Thanks,
> Piotr
https://stackoverflow.com/questions/14002946/explicit-simd-code-in-d
I don't think something has changed since then.
More information about the Digitalmars-d-learn
mailing list