We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents db18f8d + 981a1d3 commit 08c295dCopy full SHA for 08c295d
readerwriterqueue.h
@@ -58,7 +58,7 @@
58
namespace moodycamel {
59
60
template<typename T, size_t MAX_BLOCK_SIZE = 512>
61
-class ReaderWriterQueue
+class AE_ALIGN(MOODYCAMEL_CACHE_LINE_SIZE) ReaderWriterQueue
62
{
63
// Design: Based on a queue-of-queues. The low-level queues are just
64
// circular buffers with front and tail indices indicating where the
0 commit comments