Remove alignas(16) from tables
I don't think it makes a difference
This commit is contained in:
@@ -54,7 +54,7 @@ constexpr inline struct Tables {
|
||||
unescape['\\'] = '\\';
|
||||
unescape['/'] = '/';
|
||||
}
|
||||
alignas(16) bool whitespace[256]{};
|
||||
alignas(16) StringByteMeaning stringByteMeaning[256]{};
|
||||
alignas(16) char unescape[256]{};
|
||||
bool whitespace[256]{};
|
||||
StringByteMeaning stringByteMeaning[256]{};
|
||||
char unescape[256]{};
|
||||
} tables;
|
||||
|
||||
Reference in New Issue
Block a user