-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
was change in structure padding intended? #17640
Comments
What is the type This reads like a bug if Thumbnail only needs to be aligned to 4, but now is getting aligned to 8 (independent of targeting Wasm as 64bit or 32bit) |
|
Given the |
|
beginning with
emcc 3.1.16
we see structure padding was changed from 4 bytes alignment to 8 bytes alignment.was this done by intention? Normally 8 bytes alignment is for 64bit, but emsdk is still 32 bit ... no?
Can you tell us why the 4 bytes alignment was not sufficient anymore? Is emsdk maybe going 64 Bit soon ?
e.g.
code extract from vAmigaWeb emulator see the https://vamigaweb.github.io/doc/about.html
The text was updated successfully, but these errors were encountered: