Aligned icon indicating copy to clipboard operation
Aligned copied to clipboard

Memory alignment wrappers, useful for avoiding false sharing

Results 1 Aligned issues
Sort by recently updated
recently updated
newest added

How to use that code? I get compile errors: I put my my_test.cpp into the Aligned directory, added an #include "Aligned.hpp" into my_test.cpp, and tried to compile: $ g++ -O2...