Wednesday, September 6, 2017

Digest for comp.lang.c++@googlegroups.com - 8 updates in 3 topics

aminer68@gmail.com: Sep 06 10:13AM -0700

Hello,
 
 
Efficient C++ Bounded Thread-Safe FIFO Queue and LIFO Stack version 1.12
 
I have properly aligned and padded for false-sharing, here is what i have used:
 
#if defined(__GNUC__)
#ifndef ALIGN64
#define ALIGN64 __attribute__((aligned (64)));

No comments: