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

Missing intrinsics mostly in AVX/EPI domain #2

Closed hfp closed 5 years ago

hfp commented 5 years ago

First of all - Thank you for this project!

I found the following intrinsics missing (likely more from the AVX/EPI domain):

How to (not) reproduce:

Actually, this issue cannot be reproduced as shown above because there workarounds in place for all missing intrinsics.

izard commented 5 years ago

Hello Hans, thank you for the report, will fix shortly.