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

Fix _mm_madd_epi16 on arm64 #131

Closed p0nce closed 1 year ago

p0nce commented 1 year ago

https://github.com/simd-everywhere/simde/blob/9ca1f6da16a9371cedde5213b1322d15cb2c60b7/simde/x86/sse2.h#L3696

Currently it breaks in arm64 with LDC newer than 1.29...