Intel® C++ Compiler Classic Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-74A76B59-7743-47FC-9609-AE9316E862A0
Visible to Intel only — GUID: GUID-74A76B59-7743-47FC-9609-AE9316E862A0
Cacheability Support Operators
Stores (non-temporal) the two double-precision, floating-point values of A. Requires a 16-byte aligned address.
void store_nta(double *p, F64vec2 A);
Corresponding intrinsic: _mm_stream_pd
Stores (non-temporal) the four single-precision, floating-point values of A. Requires a 16-byte aligned address.
void store_nta(float *p, F32vec4 A);
Corresponding intrinsic: _mm_stream_ps