Is there a usable intrinsics guide?
Note, I have the Intel(R) Intrinsics Guide V3.01. However, it is not very productive in finding what you want (need) nor is it comprehensive.
For example, you cannot specify a filter by type. Example, I want to see only _m128i types.
Also, this guide is not comprehensible as it contains only the mmx/sse/avx/avx2/avx-512 intrinsics - it does not contain all the other "intrinsics" such as the meta language intrinsics (e.g. type traits is_convertable).
Is there such a guide?
Jim Demspey