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

Enabling AVX vectors in DMD D_SIMD #116

Open p0nce opened 1 year ago

p0nce commented 1 year ago

Right now = always emulated This will regress a ton, with the usual DMD backend drama

p0nce commented 9 months ago

Apparently blocked by one "and not" issue with DMD AVX codegen.