AuburnSounds / intel-intrinsics

The Dlang SIMD library
https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#techs=MMX,SSE,SSE2,SSE3,SSSE3,SSE4_1
Boost Software License 1.0
68 stars 11 forks source link

Fake vectors should be aligned... when possible #108

Open p0nce opened 2 years ago

p0nce commented 2 years ago

Else this shows with DMD or GDC with AVX emulated vectors are not aligned, and we want to perform SSE aligned operations on them.

Note that it won't work when allocated by GC => https://issues.dlang.org/show_bug.cgi?id=10826 Note that DMD doesn't align stack variable proper => https://issues.dlang.org/show_bug.cgi?id=16098