-
Notifications
You must be signed in to change notification settings - Fork 194
Open
Description
I created a queue of global variables, but an error occurred during compilation.
Slot must be aligned to cache line boundary to prevent false sharing.
141 | alignof(Slot) == hardwareInterferenceSize,
The way to create a queue is as follows: MPMCQueue<HqOpsStoreMessage> snap_mpmc_queue(MPMCBUF_SIZE);
How to solve this problem?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels