CPU_STACK_ALIGNMENT

The stack alignment required for x64

version(X86_64)
extern (C)
enum CPU_STACK_ALIGNMENT = 16;

Meta