Link to home
Start Free TrialLog in
Avatar of effiqua
effiqua

asked on

Intel AVX2 instruction - vpaddq and overflow

Hi,

How do the instruction vpaddq handle the overflow of addition operation. Is there a way to identify the overflow with vpaddq instruction.

The equivalent intrinsic function is __m256i _mm256_add_epi64 (__m256i a, __m256i b);

Thanks,
Effiqua.
ASKER CERTIFIED SOLUTION
Avatar of Kelaros
Kelaros
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial