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

Share assembly blocks between DMD and LDC when needed #135

Closed p0nce closed 1 year ago

p0nce commented 1 year ago

Often can give very nice speedup in debug builds, and recently LDC debug builds are worse

p0nce commented 1 year ago

Often not possible because of inline assembly different between LDC and DMD

p0nce commented 1 year ago

Okay