intel / Immintrin-debug

immintrin_dbg.h is an include file, a wrapper around immintrin.h. It implements most of AVX, AVX2, AVX-512 vector intrinsics to enable source level debug of vector code.
BSD 3-Clause "New" or "Revised" License
57 stars 8 forks source link

possible bug in _mm512_permutexvar_epi32 #5

Closed izard closed 5 years ago

izard commented 5 years ago

_mm512_permutexvar_epi32 has a[id], maybe a_vec[id] should be used - to check.

izard commented 5 years ago

fixed