mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2025-02-02 11:13:35 +00:00
Fix alignas test on ARM32
This commit is contained in:
parent
4d5ee824f5
commit
1d6f04eb8b
@ -1,5 +1,5 @@
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
alignas(16) unsigned char x[16];
|
||||
alignas(8) unsigned char x[16];
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user