These Intel® Streaming SIMD Extension (Intel® SSE4) intrinsics enable floating point single precision and double precision dot products. The prototypes for these instrinsics are in the smmintrin.h file.
Intrinsic |
Operation |
Corresponding |
---|---|---|
_mm_dp_pd |
Double precision dot product |
DPPD |
_mm_dp_ps |
Single precision dot product |
DPPS |
Copyright © 1996-2011, Intel Corporation. All rights reserved.