Microsoft Specific
The following intrinsics provide ways to make efficient use of the cache. For an explanation of the syntax used in code samples in this topic, see Floating-Point Intrinsics Using Streaming SIMD Extensions.
| Intrinsic | Description |
|---|---|
Loads one cache line of data from address |
|
Stores the data in |
|
Stores the data in |
|
Guarantees that every preceding store is globally visible before any subsequent store. |
Requirements
Header: xmmintrin.h
END Microsoft Specific