public inbox for libffi-discuss@sourceware.org
 help / color / mirror / Atom feed
* 3.2.1 broken on win64
@ 2016-07-20 21:00 Patrick Stewart
  0 siblings, 0 replies; only message in thread
From: Patrick Stewart @ 2016-07-20 21:00 UTC (permalink / raw)
  To: libffi-discuss

The current release is broken on win64 if you return structs that
aren’t a multiple of 16 bytes, as in commit 098dca6b31 a bunch of
(size != 1&& size != 2 && size != 4 && size != 8) conditions were
turned into (size & (1 | 2 | 4 | 8) == 0), which is a little
different. I see it’s all completely changed (and presumably fixed) in
git. Is a new release forthcoming?

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-07-20 21:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-20 21:00 3.2.1 broken on win64 Patrick Stewart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).