Intel® oneAPI DPC++/C++ Compiler Developer Guide and Reference

ID 767253
Date 9/08/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

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