Streaming SIMD Extensions that Support the Cache
Microsoft Specific
The following intrinsics allow you to specify where data is located and manipulate the cache. For an explanation of the syntax that is used in the intrinsic topics, see Floating-Point Intrinsics Using Streaming SIMD Extensions.
Intrin.h contains the intrinsics _mm_stream_sd and _mm_stream_ss. The rest of the intrinsics are included in xmmintrin.h.
Intrinsic |
Description |
---|---|
Loads one cache line of data to a location closer to the processor. |
|
Stores the data from a given location to the supplied address without polluting the caches. |
|
Guarantees that every preceding store is globally visible before any subsequent store. |
Requirements
Header: xmmintrin.h, intrin.h
END Microsoft Specific