Share via


__prefetch

Loads a 32-byte data block that begins at a 32-byte boundary to the cache.

void __prefetch( 
  unsigned long* addr 
);

Parameters

  • addr
    [in] Address of the 32-byte block to be loaded into the cache. The lowest 5 bits of the value are masked to zero.

Return Values

None.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: shintr.h.

See Also

Microprocessor-specific Intrinsic Functions

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.