You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We write (char *) pointers to a malloc bloc that is double aligned; need to make sure the assumption that the alignment is compatible is true, e.g. in startup assertions.
I believe this is going to be TRUE just about everywhere, unless somewhere there is a 128 bit system with 64 bit doubles.
The text was updated successfully, but these errors were encountered:
We write
(char *)
pointers to a malloc bloc that isdouble
aligned; need to make sure the assumption that the alignment is compatible is true, e.g. in startup assertions.I believe this is going to be TRUE just about everywhere, unless somewhere there is a 128 bit system with 64 bit doubles.
The text was updated successfully, but these errors were encountered: