Stephen R. van den Berg wrote:
Marcus Comstedt (ACROSS) (Hail Ilpalazzo!) @ Pike (-) developers forum wrote:
Ah, no, it's "aligned" and "unaligned". The cast is breaking the alignment rules of __int128 without telling the compiler.
Yes, already figured that. Currently working on a workaround.
The workaround is in.
It is a bit of a kludge-solution. The proper solution would involve checking compiler alignment expectations in configure, I guess.