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

Out of bounds accesses #6

Closed rosbif closed 4 years ago

rosbif commented 4 years ago

I get an enormous quantity of compiler warnings, some of which seem very serious. For instance in _mm_cvt_roundss_sd_dbg() and the following functions there are clearly out of bounds accesses to dst_vec[] and a_vec[].

izard commented 4 years ago

Thank you very much, I fixed 6 functions affected. I no longer work at Intel so won't have time for all the warnings :(