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.
