1 #ifndef BASE_PCH_H_IN 2 #define BASE_PCH_H_IN 3 4 struct [[gnu::aligned(128)]] RowCol { 5 unsigned row; 6 unsigned col; 7 }; 8 9 #endif // _H_IN 10