#pragma once
#ifndef SPRAWL_CACHELINE_SIZE
# define SPRAWL_CACHELINE_SIZE 64
#endif
namespace sprawl
{
typedef unsigned char CachelinePad[SPRAWL_CACHELINE_SIZE];
}
#define SPRAWL_PAD_CACHELINE CachelinePad SPRAWL_CONCAT( SPRAWL_CONCAT(pad ## _, __LINE__), __ )
| # | Change | User | Description | Committed | |
|---|---|---|---|---|---|
| #1 | 15891 | ShadauxCat |
Concurrent queue implementation, plus updates to makefile in light of recent csbuild changes. #review-15892 |