mecca.platform.x86

X86 platform specific utils

Public Imports

ldc.intrinsics
public import ldc.intrinsics : readTSC = llvm_readcyclecounter;

Members

Functions

prefetch
void prefetch(void* p)
Undocumented in source. Be warned that the author may not have intended to support it.
prefetch
void prefetch(void* p)
Undocumented in source. Be warned that the author may not have intended to support it.
readTSC
ulong readTSC()
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

CACHE_LINE_SIZE
enum CACHE_LINE_SIZE;

Size in bytes of a single cache line

Meta