remove alignment directive which provides very minimal (if any) speed bump

This commit is contained in:
greg
2020-03-28 11:58:32 -04:00
parent f8ffdc9d8c
commit 5542475554
+1 -1
View File
@@ -2325,7 +2325,7 @@ protected:
using Lockable = phmap::LockableImpl<Mtx_>;
// --------------------------------------------------------------------
struct alignas(64) Inner : public Lockable
struct Inner : public Lockable
{
bool operator==(const Inner& o) const
{