General Compiler Directive: Enables streaming storage. This directive is only available on IA-32 and Intel® 64 architectures.
Syntax
cDEC$ VECTOR NONTEMPORAL
c
Is one of the following: C (or c), !, or *. (See Syntax Rules for Compiler Directives.)
Streaming storage may cause significant performance improvements over non-streaming storage for large numbers on certain processors using IA-32 architecture.
For more information on this directive, including an example, see Optimizing Applications: Vectorization Support.
See Also